This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ auto:
488488 env :
489489 SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
490490 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
491- << : *job-windows
491+ << : *job-windows-25
492492
493493 # Temporary builder to workaround CI issues
494494 # See <https://github.com/rust-lang/rust/issues/127883>
@@ -502,7 +502,7 @@ auto:
502502 python x.py miri --stage 2 library/alloc --test-args notest &&
503503 python x.py miri --stage 2 library/std --test-args notest
504504 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
505- << : *job-windows
505+ << : *job-windows-25
506506
507507 # Run `checktools.sh` and upload the toolstate file.
508508 - name : x86_64-msvc-ext3
@@ -511,7 +511,7 @@ auto:
511511 HOST_TARGET : x86_64-pc-windows-msvc
512512 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
513513 DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
514- << : *job-windows
514+ << : *job-windows-25
515515
516516 # 32/64-bit MinGW builds.
517517 #
You can’t perform that action at this time.
0 commit comments