@@ -629,9 +629,7 @@ jobs:
629629
630630 - name : i686-mingw-1
631631 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
635633 SCRIPT : make ci-mingw-subset-1
636634 # We are intentionally allowing an old toolchain on this builder (and that's
637635 # incompatible with LLVM downloads today).
@@ -641,9 +639,7 @@ jobs:
641639
642640 - name : i686-mingw-2
643641 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
647643 SCRIPT : make ci-mingw-subset-2
648644 # We are intentionally allowing an old toolchain on this builder (and that's
649645 # incompatible with LLVM downloads today).
@@ -657,7 +653,6 @@ jobs:
657653 RUST_CONFIGURE_ARGS : >-
658654 --build=x86_64-pc-windows-gnu
659655 --enable-profiler
660- --set llvm.allow-old-toolchain
661656 # We are intentionally allowing an old toolchain on this builder (and that's
662657 # incompatible with LLVM downloads today).
663658 NO_DOWNLOAD_CI_LLVM : 1
@@ -670,7 +665,6 @@ jobs:
670665 RUST_CONFIGURE_ARGS : >-
671666 --build=x86_64-pc-windows-gnu
672667 --enable-profiler
673- --set llvm.allow-old-toolchain
674668 # We are intentionally allowing an old toolchain on this builder (and that's
675669 # incompatible with LLVM downloads today).
676670 NO_DOWNLOAD_CI_LLVM : 1
@@ -722,7 +716,6 @@ jobs:
722716 --build=i686-pc-windows-gnu
723717 --enable-full-tools
724718 --enable-profiler
725- --set llvm.allow-old-toolchain
726719 # We are intentionally allowing an old toolchain on this builder (and that's
727720 # incompatible with LLVM downloads today).
728721 NO_DOWNLOAD_CI_LLVM : 1
@@ -738,7 +731,6 @@ jobs:
738731 --build=x86_64-pc-windows-gnu
739732 --enable-full-tools
740733 --enable-profiler
741- --set llvm.allow-old-toolchain
742734 # We are intentionally allowing an old toolchain on this builder (and that's
743735 # incompatible with LLVM downloads today).
744736 NO_DOWNLOAD_CI_LLVM : 1
0 commit comments