@@ -596,29 +596,39 @@ jobs:
596
596
597
597
- name : i686-mingw-1
598
598
env :
599
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
599
+ RUST_CONFIGURE_ARGS : >-
600
+ --build=i686-pc-windows-gnu
601
+ --set llvm.allow-old-toolchain
600
602
SCRIPT : make ci-mingw-subset-1
601
603
CUSTOM_MINGW : 1
602
604
<< : *job-windows-xl
603
605
604
606
- name : i686-mingw-2
605
607
env :
606
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
608
+ RUST_CONFIGURE_ARGS : >-
609
+ --build=i686-pc-windows-gnu
610
+ --set llvm.allow-old-toolchain
607
611
SCRIPT : make ci-mingw-subset-2
608
612
CUSTOM_MINGW : 1
609
613
<< : *job-windows-xl
610
614
611
615
- name : x86_64-mingw-1
612
616
env :
613
617
SCRIPT : make ci-mingw-subset-1
614
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-profiler
618
+ RUST_CONFIGURE_ARGS : >-
619
+ --build=x86_64-pc-windows-gnu
620
+ --enable-profiler
621
+ --set llvm.allow-old-toolchain
615
622
CUSTOM_MINGW : 1
616
623
<< : *job-windows-xl
617
624
618
625
- name : x86_64-mingw-2
619
626
env :
620
627
SCRIPT : make ci-mingw-subset-2
621
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-profiler
628
+ RUST_CONFIGURE_ARGS : >-
629
+ --build=x86_64-pc-windows-gnu
630
+ --enable-profiler
631
+ --set llvm.allow-old-toolchain
622
632
CUSTOM_MINGW : 1
623
633
<< : *job-windows-xl
624
634
@@ -663,7 +673,11 @@ jobs:
663
673
664
674
- name : dist-i686-mingw
665
675
env :
666
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
676
+ RUST_CONFIGURE_ARGS : >-
677
+ --build=i686-pc-windows-gnu
678
+ --enable-full-tools
679
+ --enable-profiler
680
+ --set llvm.allow-old-toolchain
667
681
SCRIPT : python x.py dist
668
682
CUSTOM_MINGW : 1
669
683
DIST_REQUIRE_ALL_TOOLS : 1
@@ -672,7 +686,11 @@ jobs:
672
686
- name : dist-x86_64-mingw
673
687
env :
674
688
SCRIPT : python x.py dist
675
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
689
+ RUST_CONFIGURE_ARGS : >-
690
+ --build=x86_64-pc-windows-gnu
691
+ --enable-full-tools
692
+ --enable-profiler
693
+ --set llvm.allow-old-toolchain
676
694
CUSTOM_MINGW : 1
677
695
DIST_REQUIRE_ALL_TOOLS : 1
678
696
<< : *job-windows-xl
0 commit comments