Skip to content

Commit 765aee8

Browse files
committed
Revert "CI: split x86_64-msvc-ext job"
This reverts commit e8796c4.
1 parent 33c245b commit 765aee8

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/ci/github-actions/jobs.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -432,12 +432,13 @@ auto:
432432
SCRIPT: make ci-msvc
433433
<<: *job-windows-8c
434434

435-
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
436-
- image: x86_64-msvc-ext1
435+
- image: x86_64-msvc-ext
437436
env:
438-
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
439-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
440-
<<: *job-windows
437+
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo && src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
438+
HOST_TARGET: x86_64-pc-windows-msvc
439+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
440+
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
441+
<<: *job-windows-8c
441442

442443
# Temporary builder to workaround CI issues
443444
# See <https://github.com/rust-lang/rust/issues/127883>
@@ -453,15 +454,6 @@ auto:
453454
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
454455
<<: *job-windows
455456

456-
# Run `checktools.sh` and upload the toolstate file.
457-
- image: x86_64-msvc-ext3
458-
env:
459-
SCRIPT: src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
460-
HOST_TARGET: x86_64-pc-windows-msvc
461-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
462-
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
463-
<<: *job-windows
464-
465457
# 32/64-bit MinGW builds.
466458
#
467459
# We are using MinGW with POSIX threads since LLVM requires

0 commit comments

Comments
 (0)