Rollup merge of #130151 - ChrisDenton:slow-ci, r=Mark-Simulacrum

Use a small runner for msvc-ext2 job

Hopefully this should eliminate the errors from this job. The only question is how long it takes.

try-job: x86_64-msvc-ext2
This commit is contained in:
Matthias Krüger 2024-09-15 23:56:34 +02:00 committed by GitHub
commit 21df3ff19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@ runners:
os: macos-14
<<: *base-job
- &job-windows
os: windows-2022
<<: *base-job
- &job-windows-8c
os: windows-2022-8core-32gb
<<: *base-job
@ -388,7 +392,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-8c
<<: *job-windows
# 32/64-bit MinGW builds.
#