We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d215e2 commit 59f649fCopy full SHA for 59f649f
src/ci/github-actions/jobs.yml
@@ -431,9 +431,18 @@ auto:
431
NO_DOWNLOAD_CI_LLVM: 1
432
<<: *job-windows-8c
433
434
- - image: x86_64-mingw
+ - image: x86_64-mingw-1
435
env:
436
- SCRIPT: make ci-mingw
+ SCRIPT: make ci-mingw-x
437
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
438
+ # We are intentionally allowing an old toolchain on this builder (and that's
439
+ # incompatible with LLVM downloads today).
440
+ NO_DOWNLOAD_CI_LLVM: 1
441
+ <<: *job-windows-8c
442
+
443
+ - image: x86_64-mingw-2
444
+ env:
445
+ SCRIPT: make ci-mingw-bootstrap
446
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
447
# We are intentionally allowing an old toolchain on this builder (and that's
448
# incompatible with LLVM downloads today).
0 commit comments