File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ prepare:
101
101
102
102
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
103
103
ci-msvc-py :
104
- $(Q )$(CFG_SRC_DIR ) /x.py test --stage 2 tidy
104
+ $(Q )$(CFG_SRC_DIR ) /x.py test --stage 2 --skip=compiler --skip=src
105
105
ci-msvc-ps1 :
106
- $(Q )$(CFG_SRC_DIR ) /x.ps1 test --stage 2 --skip tidy
106
+ $(Q )$(CFG_SRC_DIR ) /x.ps1 test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
107
107
ci-msvc : ci-msvc-py ci-msvc-ps1
108
108
109
109
# # MingW native builders
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ runners:
35
35
os : windows-2022
36
36
<< : *base-job
37
37
38
+ - &job-windows-25
39
+ os : windows-2025
40
+ << : *base-job
41
+
38
42
- &job-windows-8c
39
43
os : windows-2022-8core-32gb
40
44
<< : *base-job
@@ -442,11 +446,17 @@ auto:
442
446
# Windows Builders #
443
447
# #####################
444
448
445
- - name : x86_64-msvc
449
+ - name : x86_64-msvc-1
446
450
env :
447
451
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
448
- SCRIPT : make ci-msvc
449
- << : *job-windows-8c
452
+ SCRIPT : make ci-msvc-py
453
+ << : *job-windows-25
454
+
455
+ - name : x86_64-msvc-2
456
+ env :
457
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
458
+ SCRIPT : make ci-msvc-ps1
459
+ << : *job-windows-25
450
460
451
461
- name : i686-msvc
452
462
env :
You can’t perform that action at this time.
0 commit comments