We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4cedec + a3d3c42 commit 92e5539Copy full SHA for 92e5539
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