File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -386,11 +386,10 @@ auto:
386
386
387
387
- image : x86_64-msvc-ext
388
388
env :
389
- 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
389
+ SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
390
390
HOST_TARGET : x86_64-pc-windows-msvc
391
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
392
- DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
393
- << : *job-windows-8c
391
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
392
+ << : *job-windows
394
393
395
394
# Temporary builder to workaround CI issues
396
395
# See <https://github.com/rust-lang/rust/issues/127883>
@@ -406,6 +405,14 @@ auto:
406
405
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
407
406
<< : *job-windows
408
407
408
+ - image : x86_64-msvc-ext3
409
+ env :
410
+ SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
411
+ HOST_TARGET : x86_64-pc-windows-msvc
412
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
413
+ DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
414
+ << : *job-windows
415
+
409
416
# 32/64-bit MinGW builds.
410
417
#
411
418
# We are using MinGW with POSIX threads since LLVM requires
You can’t perform that action at this time.
0 commit comments