Skip to content

Commit 21df3ff

Browse files
authoredSep 15, 2024
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
2 parents 8c2c9a9 + ebe4fc4 commit 21df3ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎src/ci/github-actions/jobs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ runners:
2424
os: macos-14
2525
<<: *base-job
2626

27+
- &job-windows
28+
os: windows-2022
29+
<<: *base-job
30+
2731
- &job-windows-8c
2832
os: windows-2022-8core-32gb
2933
<<: *base-job
@@ -388,7 +392,7 @@ auto:
388392
python x.py miri --stage 2 library/alloc --test-args notest &&
389393
python x.py miri --stage 2 library/std --test-args notest
390394
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
391-
<<: *job-windows-8c
395+
<<: *job-windows
392396

393397
# 32/64-bit MinGW builds.
394398
#

0 commit comments

Comments
 (0)
Please sign in to comment.