Skip to content

Commit 59f649f

Browse files
committed
CI: split x86_64-mingw job
1 parent 4d215e2 commit 59f649f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/ci/github-actions/jobs.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,18 @@ auto:
431431
NO_DOWNLOAD_CI_LLVM: 1
432432
<<: *job-windows-8c
433433

434-
- image: x86_64-mingw
434+
- image: x86_64-mingw-1
435435
env:
436-
SCRIPT: make ci-mingw
436+
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
437446
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
438447
# We are intentionally allowing an old toolchain on this builder (and that's
439448
# incompatible with LLVM downloads today).

0 commit comments

Comments
 (0)