File tree 3 files changed +13
-7
lines changed
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -558,9 +558,12 @@ jobs:
558
558
strategy :
559
559
matrix :
560
560
include :
561
- - name : dist-x86_64-linux
562
- os : ubuntu-20.04-xl
563
- env : {}
561
+ - name : i686-mingw-1
562
+ env :
563
+ RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-gnu"
564
+ SCRIPT : make ci-mingw-subset-1
565
+ CUSTOM_MINGW : 1
566
+ os : windows-latest-xl
564
567
timeout-minutes : 600
565
568
runs-on : " ${{ matrix.os }}"
566
569
steps :
Original file line number Diff line number Diff line change @@ -691,9 +691,12 @@ jobs:
691
691
strategy :
692
692
matrix :
693
693
include :
694
- - &dist-x86_64-linux
695
- name : dist-x86_64-linux
696
- << : *job-linux-xl
694
+ - name : i686-mingw-1
695
+ env :
696
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
697
+ SCRIPT : make ci-mingw-subset-1
698
+ CUSTOM_MINGW : 1
699
+ << : *job-windows-xl
697
700
698
701
master :
699
702
name : master
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if isWindows; then
64
64
else
65
65
mingw_dir=" mingw${bits} "
66
66
67
- curl -o mingw.7z " ${MIRRORS_BASE} / ${mingw_archive} "
67
+ curl -o mingw.7z " https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/i686-12.1.0-release-posix-dwarf-rt_v10-rev3.7z "
68
68
7z x -y mingw.7z > /dev/null
69
69
curl -o " ${mingw_dir} /bin/gdborig.exe" " ${MIRRORS_BASE} /2017-04-20-${bits} bit-gdborig.exe"
70
70
ciCommandAddPath " $( pwd) /${mingw_dir} /bin"
You can’t perform that action at this time.
0 commit comments