@@ -600,6 +600,9 @@ jobs:
600
600
--build=i686-pc-windows-gnu
601
601
--set llvm.allow-old-toolchain
602
602
SCRIPT : make ci-mingw-subset-1
603
+ # We are intentionally allowing an old toolchain on this builder (and that's
604
+ # incompatible with LLVM downloads today).
605
+ NO_DOWNLOAD_CI_LLVM : 1
603
606
CUSTOM_MINGW : 1
604
607
<< : *job-windows-xl
605
608
@@ -609,6 +612,9 @@ jobs:
609
612
--build=i686-pc-windows-gnu
610
613
--set llvm.allow-old-toolchain
611
614
SCRIPT : make ci-mingw-subset-2
615
+ # We are intentionally allowing an old toolchain on this builder (and that's
616
+ # incompatible with LLVM downloads today).
617
+ NO_DOWNLOAD_CI_LLVM : 1
612
618
CUSTOM_MINGW : 1
613
619
<< : *job-windows-xl
614
620
@@ -619,6 +625,9 @@ jobs:
619
625
--build=x86_64-pc-windows-gnu
620
626
--enable-profiler
621
627
--set llvm.allow-old-toolchain
628
+ # We are intentionally allowing an old toolchain on this builder (and that's
629
+ # incompatible with LLVM downloads today).
630
+ NO_DOWNLOAD_CI_LLVM : 1
622
631
CUSTOM_MINGW : 1
623
632
<< : *job-windows-xl
624
633
@@ -629,6 +638,9 @@ jobs:
629
638
--build=x86_64-pc-windows-gnu
630
639
--enable-profiler
631
640
--set llvm.allow-old-toolchain
641
+ # We are intentionally allowing an old toolchain on this builder (and that's
642
+ # incompatible with LLVM downloads today).
643
+ NO_DOWNLOAD_CI_LLVM : 1
632
644
CUSTOM_MINGW : 1
633
645
<< : *job-windows-xl
634
646
@@ -678,6 +690,9 @@ jobs:
678
690
--enable-full-tools
679
691
--enable-profiler
680
692
--set llvm.allow-old-toolchain
693
+ # We are intentionally allowing an old toolchain on this builder (and that's
694
+ # incompatible with LLVM downloads today).
695
+ NO_DOWNLOAD_CI_LLVM : 1
681
696
SCRIPT : python x.py dist
682
697
CUSTOM_MINGW : 1
683
698
DIST_REQUIRE_ALL_TOOLS : 1
@@ -691,6 +706,9 @@ jobs:
691
706
--enable-full-tools
692
707
--enable-profiler
693
708
--set llvm.allow-old-toolchain
709
+ # We are intentionally allowing an old toolchain on this builder (and that's
710
+ # incompatible with LLVM downloads today).
711
+ NO_DOWNLOAD_CI_LLVM : 1
694
712
CUSTOM_MINGW : 1
695
713
DIST_REQUIRE_ALL_TOOLS : 1
696
714
<< : *job-windows-xl
0 commit comments