diff options
| author | bors <bors@rust-lang.org> | 2025-02-28 10:12:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-02-28 10:12:31 +0000 |
| commit | 2f581937e1c06adb4607df1b571c0bef6d98e6ec (patch) | |
| tree | e4417051f7329aa1b0a2db826eaeeb741204a7d3 /src | |
| parent | cb08599451226d780b2490f1aa9b414fe9e36657 (diff) | |
| parent | 25617c7e695d716d0ecb3cf2366d371441505e47 (diff) | |
Auto merge of #137753 - ChrisDenton:remove-sdk, r=Kobzol
Remove latest Windows SDK from 32-bit CI This is an alternative to #137766, in case that doesn't work. It is in some ways simpler but is less principled and may be more flaky (as it involves deleting stuff). try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: dist-i686-msvc
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 279c7649ca3..64e64867de2 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -474,13 +474,13 @@ auto: env: RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers SCRIPT: make ci-msvc-py - <<: *job-windows-8c + <<: *job-windows - name: i686-msvc-2 env: RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers SCRIPT: make ci-msvc-ps1 - <<: *job-windows-8c + <<: *job-windows # x86_64-msvc-ext is split into multiple jobs to run tests in parallel. - name: x86_64-msvc-ext1 @@ -595,7 +595,7 @@ auto: SCRIPT: python x.py dist bootstrap --include-default-paths DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-windows-8c + <<: *job-windows - name: dist-aarch64-msvc env: |
