Skip to content

Commit 2a5da7a

Browse files
committed
Auto merge of rust-lang#141023 - jieyouxu:temp-windows-server-2022, r=marcoieni
Temporarily use Windows Server 2022 instead of Windows Server 2025 images Tracking issue: rust-lang#141022 At the moment, it seems like Windows Server 2025 20250504.1.0 is misconfigured, causing insufficient disk space failures. Temporarily go back to Windows Server 2022 in the hope that those are not also misconfigured to try to unblock the queue. r? `@marcoieni` (or infra-ci)
2 parents 414482f + f4ce73e commit 2a5da7a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/ci/github-actions/jobs.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ runners:
3535
os: windows-2022
3636
<<: *base-job
3737

38+
# FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
39+
# insufficient disk space.
3840
- &job-windows-25
3941
os: windows-2025
4042
<<: *base-job
@@ -476,13 +478,17 @@ auto:
476478
env:
477479
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
478480
SCRIPT: make ci-msvc-py
479-
<<: *job-windows-25
481+
# FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
482+
# insufficient disk space.
483+
<<: *job-windows
480484

481485
- name: x86_64-msvc-2
482486
env:
483487
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
484488
SCRIPT: make ci-msvc-ps1
485-
<<: *job-windows-25
489+
# FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
490+
# insufficient disk space.
491+
<<: *job-windows
486492

487493
# i686-msvc is split into two jobs to run tests in parallel.
488494
- name: i686-msvc-1

0 commit comments

Comments
 (0)