@@ -525,8 +525,7 @@ auto:
525
525
env :
526
526
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
527
527
SCRIPT : make ci-mingw
528
- # We are intentionally allowing an old toolchain on this builder (and that's
529
- # incompatible with LLVM downloads today).
528
+ # There is no dist-i686-mingw-alt, so there is no prebuilt LLVM with assertions
530
529
NO_DOWNLOAD_CI_LLVM : 1
531
530
<< : *job-windows-25-8c
532
531
@@ -535,17 +534,15 @@ auto:
535
534
env :
536
535
SCRIPT : make ci-mingw-x
537
536
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
538
- # We are intentionally allowing an old toolchain on this builder (and that's
539
- # incompatible with LLVM downloads today).
537
+ # There is no dist-x86_64-mingw-alt, so there is no prebuilt LLVM with assertions
540
538
NO_DOWNLOAD_CI_LLVM : 1
541
539
<< : *job-windows
542
540
543
541
- name : x86_64-mingw-2
544
542
env :
545
543
SCRIPT : make ci-mingw-bootstrap
546
544
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
547
- # We are intentionally allowing an old toolchain on this builder (and that's
548
- # incompatible with LLVM downloads today).
545
+ # There is no dist-x86_64-mingw-alt, so there is no prebuilt LLVM with assertions
549
546
NO_DOWNLOAD_CI_LLVM : 1
550
547
<< : *job-windows
551
548
@@ -593,9 +590,6 @@ auto:
593
590
RUST_CONFIGURE_ARGS : >-
594
591
--build=i686-pc-windows-gnu
595
592
--enable-full-tools
596
- # We are intentionally allowing an old toolchain on this builder (and that's
597
- # incompatible with LLVM downloads today).
598
- NO_DOWNLOAD_CI_LLVM : 1
599
593
SCRIPT : python x.py dist bootstrap --include-default-paths
600
594
DIST_REQUIRE_ALL_TOOLS : 1
601
595
CODEGEN_BACKENDS : llvm,cranelift
@@ -607,9 +601,6 @@ auto:
607
601
RUST_CONFIGURE_ARGS : >-
608
602
--build=x86_64-pc-windows-gnu
609
603
--enable-full-tools
610
- # We are intentionally allowing an old toolchain on this builder (and that's
611
- # incompatible with LLVM downloads today).
612
- NO_DOWNLOAD_CI_LLVM : 1
613
604
DIST_REQUIRE_ALL_TOOLS : 1
614
605
CODEGEN_BACKENDS : llvm,cranelift
615
606
<< : *job-windows
0 commit comments