File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ runners:
34
34
os : windows-2022
35
35
<< : *base-job
36
36
37
+ # NOTE: windows-2025 has less disk space available than windows-2022,
38
+ # because the D drive is missing.
37
39
- &job-windows-25
38
40
os : windows-2025
39
41
<< : *base-job
@@ -542,13 +544,13 @@ auto:
542
544
env :
543
545
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
544
546
SCRIPT : make ci-msvc-py
545
- << : *job-windows-25
547
+ << : *job-windows
546
548
547
549
- name : x86_64-msvc-2
548
550
env :
549
551
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
550
552
SCRIPT : make ci-msvc-ps1
551
- << : *job-windows-25
553
+ << : *job-windows
552
554
553
555
# i686-msvc is split into two jobs to run tests in parallel.
554
556
- name : i686-msvc-1
You can’t perform that action at this time.
0 commit comments