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:
3030 os : windows-2022
3131 << : *base-job
3232
33- # FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
34- # insufficient disk space.
3533 - &job-windows-25
3634 os : windows-2025
3735 << : *base-job
@@ -492,17 +490,13 @@ auto:
492490 env :
493491 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
494492 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
498494
499495 - name : x86_64-msvc-2
500496 env :
501497 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
502498 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
506500
507501 # i686-msvc is split into two jobs to run tests in parallel.
508502 - name : i686-msvc-1
You can’t perform that action at this time.
0 commit comments