@@ -629,9 +629,7 @@ jobs:
629
629
630
630
- name : i686-mingw-1
631
631
env :
632
- RUST_CONFIGURE_ARGS : >-
633
- --build=i686-pc-windows-gnu
634
- --set llvm.allow-old-toolchain
632
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
635
633
SCRIPT : make ci-mingw-subset-1
636
634
# We are intentionally allowing an old toolchain on this builder (and that's
637
635
# incompatible with LLVM downloads today).
@@ -641,9 +639,7 @@ jobs:
641
639
642
640
- name : i686-mingw-2
643
641
env :
644
- RUST_CONFIGURE_ARGS : >-
645
- --build=i686-pc-windows-gnu
646
- --set llvm.allow-old-toolchain
642
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
647
643
SCRIPT : make ci-mingw-subset-2
648
644
# We are intentionally allowing an old toolchain on this builder (and that's
649
645
# incompatible with LLVM downloads today).
@@ -657,7 +653,6 @@ jobs:
657
653
RUST_CONFIGURE_ARGS : >-
658
654
--build=x86_64-pc-windows-gnu
659
655
--enable-profiler
660
- --set llvm.allow-old-toolchain
661
656
# We are intentionally allowing an old toolchain on this builder (and that's
662
657
# incompatible with LLVM downloads today).
663
658
NO_DOWNLOAD_CI_LLVM : 1
@@ -670,7 +665,6 @@ jobs:
670
665
RUST_CONFIGURE_ARGS : >-
671
666
--build=x86_64-pc-windows-gnu
672
667
--enable-profiler
673
- --set llvm.allow-old-toolchain
674
668
# We are intentionally allowing an old toolchain on this builder (and that's
675
669
# incompatible with LLVM downloads today).
676
670
NO_DOWNLOAD_CI_LLVM : 1
@@ -722,7 +716,6 @@ jobs:
722
716
--build=i686-pc-windows-gnu
723
717
--enable-full-tools
724
718
--enable-profiler
725
- --set llvm.allow-old-toolchain
726
719
# We are intentionally allowing an old toolchain on this builder (and that's
727
720
# incompatible with LLVM downloads today).
728
721
NO_DOWNLOAD_CI_LLVM : 1
@@ -738,7 +731,6 @@ jobs:
738
731
--build=x86_64-pc-windows-gnu
739
732
--enable-full-tools
740
733
--enable-profiler
741
- --set llvm.allow-old-toolchain
742
734
# We are intentionally allowing an old toolchain on this builder (and that's
743
735
# incompatible with LLVM downloads today).
744
736
NO_DOWNLOAD_CI_LLVM : 1
0 commit comments