Skip to content

Commit

Permalink
Auto merge of #130151 - ChrisDenton:slow-ci, r=<try>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Sep 9, 2024
2 parents 1f44f0a + ebe4fc4 commit e828793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -383,7 +387,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.
#
Expand Down

0 comments on commit e828793

Please sign in to comment.