From 5023d59fcbf166be77986ef48adf414bc04da935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 27 Feb 2025 15:49:22 +0100 Subject: [PATCH] Use Windows 2019 for 32-bit MVSC CI jobs --- src/ci/github-actions/jobs.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 64e64867de26f..70c2df5120008 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -35,6 +35,12 @@ runners: os: windows-2022 <<: *base-job + # Temporarily use old Windows 2019 because of an issue with Windows 2022 GHA runner images. + # See https://github.com/rust-lang/cc-rs/pull/1425 for more details. + - &job-windows-19 + os: windows-2019 + <<: *base-job + - &job-windows-25 os: windows-2025 <<: *base-job @@ -474,13 +480,13 @@ auto: env: RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers SCRIPT: make ci-msvc-py - <<: *job-windows + <<: *job-windows-19 - name: i686-msvc-2 env: RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers SCRIPT: make ci-msvc-ps1 - <<: *job-windows + <<: *job-windows-19 # x86_64-msvc-ext is split into multiple jobs to run tests in parallel. - name: x86_64-msvc-ext1 @@ -595,7 +601,7 @@ auto: SCRIPT: python x.py dist bootstrap --include-default-paths DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-windows + <<: *job-windows-19 - name: dist-aarch64-msvc env: