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
@@ -497,17 +495,13 @@ auto:
497495 env :
498496 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
499497 SCRIPT : make ci-msvc-py
500- # FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
501- # insufficient disk space.
502- << : *job-windows
498+ << : *job-windows-25
503499
504500 - name : x86_64-msvc-2
505501 env :
506502 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
507503 SCRIPT : make ci-msvc-ps1
508- # FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
509- # insufficient disk space.
510- << : *job-windows
504+ << : *job-windows-25
511505
512506 # i686-msvc is split into two jobs to run tests in parallel.
513507 - name : i686-msvc-1
You can’t perform that action at this time.
0 commit comments