File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,7 @@ runners:
3535 free_disk : true
3636 << : *base-job
3737
38- # NOTE: windows-2025 has less disk space available than windows-2022,
39- # because the D drive is missing.
40- - &job-windows-25
41- os : windows-2025
42- free_disk : true
43- << : *base-job
44-
4538 - &job-windows-8c
46- os : windows-2022-8core-32gb
47- << : *base-job
48-
49- - &job-windows-25-8c
5039 os : windows-2025-8core-32gb
5140 << : *base-job
5241
@@ -657,7 +646,7 @@ auto:
657646 SCRIPT : python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
658647 DIST_REQUIRE_ALL_TOOLS : 1
659648 CODEGEN_BACKENDS : llvm,cranelift
660- << : *job-windows-25- 8c
649+ << : *job-windows-8c
661650
662651 - name : dist-i686-msvc
663652 env :
You can’t perform that action at this time.
0 commit comments