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 @@ -488,7 +488,7 @@ auto:
488
488
env :
489
489
SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
490
490
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
491
- << : *job-windows
491
+ << : *job-windows-25
492
492
493
493
# Temporary builder to workaround CI issues
494
494
# See <https://github.com/rust-lang/rust/issues/127883>
@@ -502,7 +502,7 @@ auto:
502
502
python x.py miri --stage 2 library/alloc --test-args notest &&
503
503
python x.py miri --stage 2 library/std --test-args notest
504
504
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
505
- << : *job-windows
505
+ << : *job-windows-25
506
506
507
507
# Run `checktools.sh` and upload the toolstate file.
508
508
- name : x86_64-msvc-ext3
@@ -511,7 +511,7 @@ auto:
511
511
HOST_TARGET : x86_64-pc-windows-msvc
512
512
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
513
513
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
514
- << : *job-windows
514
+ << : *job-windows-25
515
515
516
516
# 32/64-bit MinGW builds.
517
517
#
You can’t perform that action at this time.
0 commit comments