File tree 4 files changed +4
-42
lines changed
4 files changed +4
-42
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,6 @@ jobs:
155
155
- name : checkout submodules
156
156
run : src/ci/scripts/checkout-submodules.sh
157
157
158
- - name : install MSYS2
159
- run : src/ci/scripts/install-msys2.sh
160
-
161
158
- name : install MinGW
162
159
run : src/ci/scripts/install-mingw.sh
163
160
Original file line number Diff line number Diff line change @@ -378,7 +378,6 @@ auto:
378
378
# We are intentionally allowing an old toolchain on this builder (and that's
379
379
# incompatible with LLVM downloads today).
380
380
NO_DOWNLOAD_CI_LLVM : 1
381
- CUSTOM_MINGW : 1
382
381
<< : *job-windows-8c
383
382
384
383
- image : x86_64-mingw
@@ -390,7 +389,6 @@ auto:
390
389
# We are intentionally allowing an old toolchain on this builder (and that's
391
390
# incompatible with LLVM downloads today).
392
391
NO_DOWNLOAD_CI_LLVM : 1
393
- CUSTOM_MINGW : 1
394
392
<< : *job-windows-8c
395
393
396
394
- image : dist-x86_64-msvc
@@ -439,7 +437,6 @@ auto:
439
437
# incompatible with LLVM downloads today).
440
438
NO_DOWNLOAD_CI_LLVM : 1
441
439
SCRIPT : python x.py dist bootstrap --include-default-paths
442
- CUSTOM_MINGW : 1
443
440
DIST_REQUIRE_ALL_TOOLS : 1
444
441
<< : *job-windows-8c
445
442
@@ -453,7 +450,6 @@ auto:
453
450
# We are intentionally allowing an old toolchain on this builder (and that's
454
451
# incompatible with LLVM downloads today).
455
452
NO_DOWNLOAD_CI_LLVM : 1
456
- CUSTOM_MINGW : 1
457
453
DIST_REQUIRE_ALL_TOOLS : 1
458
454
<< : *job-windows-8c
459
455
Original file line number Diff line number Diff line change @@ -38,13 +38,9 @@ if isWindows && isKnownToBeMingwBuild; then
38
38
;;
39
39
esac
40
40
41
- if [[ " ${CUSTOM_MINGW:- 0} " == 0 ]]; then
42
- pacman -S --noconfirm --needed mingw-w64-$arch -toolchain
43
- else
44
- mingw_dir=" mingw${bits} "
41
+ mingw_dir=" mingw${bits} "
45
42
46
- curl -o mingw.7z " ${MIRRORS_BASE} /${mingw_archive} "
47
- 7z x -y mingw.7z > /dev/null
48
- ciCommandAddPath " $( pwd) /${mingw_dir} /bin"
49
- fi
43
+ curl -o mingw.7z " ${MIRRORS_BASE} /${mingw_archive} "
44
+ 7z x -y mingw.7z > /dev/null
45
+ ciCommandAddPath " $( pwd) /${mingw_dir} /bin"
50
46
fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments