Skip to content

Commit f45d4ac

Browse files
committedFeb 27, 2025·
Auto merge of rust-lang#137749 - Kobzol:fix-ci-2, r=Kobzol
Fix 32-bit MSVC CI By throwing more hardware at it. The large runners should still use the old image. This could buy us a couple of... hours? Days? Who knows. See rust-lang#137733 for context. r? `@ghost` try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: dist-i686-msvc
2 parents 96cfc75 + 6ea4823 commit f45d4ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -474,13 +474,13 @@ auto:
474474
env:
475475
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
476476
SCRIPT: make ci-msvc-py
477-
<<: *job-windows
477+
<<: *job-windows-8c
478478

479479
- name: i686-msvc-2
480480
env:
481481
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
482482
SCRIPT: make ci-msvc-ps1
483-
<<: *job-windows
483+
<<: *job-windows-8c
484484

485485
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
486486
- name: x86_64-msvc-ext1
@@ -595,7 +595,7 @@ auto:
595595
SCRIPT: python x.py dist bootstrap --include-default-paths
596596
DIST_REQUIRE_ALL_TOOLS: 1
597597
CODEGEN_BACKENDS: llvm,cranelift
598-
<<: *job-windows
598+
<<: *job-windows-8c
599599

600600
- name: dist-aarch64-msvc
601601
env:

0 commit comments

Comments
 (0)
Please sign in to comment.