Skip to content

Commit bfe1bef

Browse files
committed
Auto merge of rust-lang#136478 - marcoieni:x86_64-msvc-ext-windows-25, r=<try>
ci: move x86_64-msvc-ext jobs to windows 2025 try-job: x86_64-msvc-ext1 try-job: x86_64-msvc-ext2 try-job: x86_64-msvc-ext3
2 parents 7daf4cf + e9925ae commit bfe1bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/github-actions/jobs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ auto:
480480
env:
481481
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
482482
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
483-
<<: *job-windows
483+
<<: *job-windows-25
484484

485485
# Temporary builder to workaround CI issues
486486
# See <https://github.com/rust-lang/rust/issues/127883>
@@ -494,7 +494,7 @@ auto:
494494
python x.py miri --stage 2 library/alloc --test-args notest &&
495495
python x.py miri --stage 2 library/std --test-args notest
496496
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
497-
<<: *job-windows
497+
<<: *job-windows-25
498498

499499
# Run `checktools.sh` and upload the toolstate file.
500500
- name: x86_64-msvc-ext3
@@ -503,7 +503,7 @@ auto:
503503
HOST_TARGET: x86_64-pc-windows-msvc
504504
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
505505
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
506-
<<: *job-windows
506+
<<: *job-windows-25
507507

508508
# 32/64-bit MinGW builds.
509509
#

0 commit comments

Comments
 (0)