File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ jobs:
460
460
os : windows-2019-8core-32gb
461
461
- name : dist-i686-mingw
462
462
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"
464
464
NO_DOWNLOAD_CI_LLVM : 1
465
465
SCRIPT : python x.py dist bootstrap --include-default-paths
466
466
CUSTOM_MINGW : 1
@@ -469,7 +469,7 @@ jobs:
469
469
- name : dist-x86_64-mingw
470
470
env :
471
471
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"
473
473
NO_DOWNLOAD_CI_LLVM : 1
474
474
CUSTOM_MINGW : 1
475
475
DIST_REQUIRE_ALL_TOOLS : 1
Original file line number Diff line number Diff line change @@ -724,7 +724,6 @@ jobs:
724
724
RUST_CONFIGURE_ARGS : >-
725
725
--build=i686-pc-windows-gnu
726
726
--enable-full-tools
727
- --enable-profiler
728
727
# We are intentionally allowing an old toolchain on this builder (and that's
729
728
# incompatible with LLVM downloads today).
730
729
NO_DOWNLOAD_CI_LLVM : 1
@@ -739,7 +738,6 @@ jobs:
739
738
RUST_CONFIGURE_ARGS : >-
740
739
--build=x86_64-pc-windows-gnu
741
740
--enable-full-tools
742
- --enable-profiler
743
741
# We are intentionally allowing an old toolchain on this builder (and that's
744
742
# incompatible with LLVM downloads today).
745
743
NO_DOWNLOAD_CI_LLVM : 1
You can’t perform that action at this time.
0 commit comments