Skip to content

Commit d81219f

Browse files
committed
Remove broken/untested --enable-profiler from mingw dist builds
1 parent fb53a5f commit d81219f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ jobs:
460460
os: windows-2019-8core-32gb
461461
- name: dist-i686-mingw
462462
env:
463-
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-gnu --enable-full-tools --enable-profiler"
463+
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-gnu --enable-full-tools"
464464
NO_DOWNLOAD_CI_LLVM: 1
465465
SCRIPT: python x.py dist bootstrap --include-default-paths
466466
CUSTOM_MINGW: 1
@@ -469,7 +469,7 @@ jobs:
469469
- name: dist-x86_64-mingw
470470
env:
471471
SCRIPT: python x.py dist bootstrap --include-default-paths
472-
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler"
472+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu --enable-full-tools"
473473
NO_DOWNLOAD_CI_LLVM: 1
474474
CUSTOM_MINGW: 1
475475
DIST_REQUIRE_ALL_TOOLS: 1

src/ci/github-actions/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ jobs:
724724
RUST_CONFIGURE_ARGS: >-
725725
--build=i686-pc-windows-gnu
726726
--enable-full-tools
727-
--enable-profiler
728727
# We are intentionally allowing an old toolchain on this builder (and that's
729728
# incompatible with LLVM downloads today).
730729
NO_DOWNLOAD_CI_LLVM: 1
@@ -739,7 +738,6 @@ jobs:
739738
RUST_CONFIGURE_ARGS: >-
740739
--build=x86_64-pc-windows-gnu
741740
--enable-full-tools
742-
--enable-profiler
743741
# We are intentionally allowing an old toolchain on this builder (and that's
744742
# incompatible with LLVM downloads today).
745743
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)