File tree 2 files changed +14
-8
lines changed
2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -579,10 +579,13 @@ jobs:
579
579
strategy :
580
580
matrix :
581
581
include :
582
- - name : dist-x86_64-linux
582
+ - name : i686-mingw
583
583
env :
584
- CODEGEN_BACKENDS : " llvm,cranelift"
585
- os : ubuntu-20.04-16core-64gb
584
+ RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-gnu"
585
+ SCRIPT : make ci-mingw
586
+ NO_DOWNLOAD_CI_LLVM : 1
587
+ CUSTOM_MINGW : 1
588
+ os : windows-2019-8core-32gb
586
589
timeout-minutes : 600
587
590
runs-on : " ${{ matrix.os }}"
588
591
steps :
Original file line number Diff line number Diff line change @@ -732,12 +732,15 @@ jobs:
732
732
strategy :
733
733
matrix :
734
734
include :
735
- - &dist-x86_64-linux
736
- name : dist-x86_64-linux
735
+ - name : i686-mingw
737
736
env :
738
- CODEGEN_BACKENDS : llvm,cranelift
739
- << : *job-linux-16c
740
-
737
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
738
+ SCRIPT : make ci-mingw
739
+ # We are intentionally allowing an old toolchain on this builder (and that's
740
+ # incompatible with LLVM downloads today).
741
+ NO_DOWNLOAD_CI_LLVM : 1
742
+ CUSTOM_MINGW : 1
743
+ << : *job-windows-8c
741
744
742
745
master :
743
746
name : master
You can’t perform that action at this time.
0 commit comments