diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-15 23:56:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-15 23:56:34 +0200 |
| commit | 21df3ff19e97dba7ef77bcfbc3606ffbb33287bf (patch) | |
| tree | 39ca38a0e648e639a791596e4a7c6217731ae234 | |
| parent | 8c2c9a9ef527edb453bcee638d34beb0e7b4616b (diff) | |
| parent | ebe4fc4e1269157e018cc127d69c8128d1a56702 (diff) | |
| download | rust-21df3ff19e97dba7ef77bcfbc3606ffbb33287bf.tar.gz rust-21df3ff19e97dba7ef77bcfbc3606ffbb33287bf.zip | |
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
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 14c0e4d2a67..f65083eec47 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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. # |
