Skip to content

Commit

Permalink
Auto merge of rust-lang#136478 - marcoieni:x86_64-msvc-ext-windows-25…
Browse files Browse the repository at this point in the history
…, 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
  • Loading branch information
bors committed Feb 3, 2025
2 parents 7daf4cf + e9925ae commit bfe1bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ auto:
env:
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
<<: *job-windows
<<: *job-windows-25

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

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

# 32/64-bit MinGW builds.
#
Expand Down

0 comments on commit bfe1bef

Please sign in to comment.