File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ auto:
480
480
env :
481
481
SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
482
482
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
483
- << : *job-windows
483
+ << : *job-windows-25
484
484
485
485
# Temporary builder to workaround CI issues
486
486
# See <https://github.com/rust-lang/rust/issues/127883>
@@ -494,7 +494,7 @@ auto:
494
494
python x.py miri --stage 2 library/alloc --test-args notest &&
495
495
python x.py miri --stage 2 library/std --test-args notest
496
496
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
497
- << : *job-windows
497
+ << : *job-windows-25
498
498
499
499
# Run `checktools.sh` and upload the toolstate file.
500
500
- name : x86_64-msvc-ext3
@@ -503,7 +503,7 @@ auto:
503
503
HOST_TARGET : x86_64-pc-windows-msvc
504
504
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
505
505
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
506
- << : *job-windows
506
+ << : *job-windows-25
507
507
508
508
# 32/64-bit MinGW builds.
509
509
#
You can’t perform that action at this time.
0 commit comments