File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ runners:
30
30
os : windows-2022
31
31
<< : *base-job
32
32
33
- # FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
34
- # insufficient disk space.
35
33
- &job-windows-25
36
34
os : windows-2025
37
35
<< : *base-job
@@ -492,17 +490,13 @@ auto:
492
490
env :
493
491
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
494
492
SCRIPT : make ci-msvc-py
495
- # FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
496
- # insufficient disk space.
497
- << : *job-windows
493
+ << : *job-windows-25
498
494
499
495
- name : x86_64-msvc-2
500
496
env :
501
497
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
502
498
SCRIPT : make ci-msvc-ps1
503
- # FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
504
- # insufficient disk space.
505
- << : *job-windows
499
+ << : *job-windows-25
506
500
507
501
# i686-msvc is split into two jobs to run tests in parallel.
508
502
- name : i686-msvc-1
You can’t perform that action at this time.
0 commit comments