File tree 2 files changed +17
-11
lines changed
2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,10 @@ STAGE_2_TEST_SET2 := test --stage 2 --skip=tests --skip=coverage-map --skip=cove
106
106
107
107
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
108
108
ci-msvc-py :
109
- $(Q )$(CFG_SRC_DIR ) /x.py test --stage 2 tidy
110
- ci-msvc-ps1 :
111
- $(Q )$(CFG_SRC_DIR ) /x.ps1 test --stage 2 --skip tidy
112
- ci-msvc : ci-msvc-py ci-msvc-ps1
113
- ci-msvc-py-set1 :
114
109
$(Q )$(CFG_SRC_DIR ) /x.py $(STAGE_2_TEST_SET1 )
115
- ci-msvc-ps1-set2 :
110
+ ci-msvc-ps1 :
116
111
$(Q )$(CFG_SRC_DIR ) /x.ps1 $(STAGE_2_TEST_SET2 )
112
+ ci-msvc : ci-msvc-py ci-msvc-ps1
117
113
118
114
# # MingW native builders
119
115
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,23 +446,29 @@ 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
# i686-msvc is split into two jobs to run tests in parallel.
452
462
- name : i686-msvc-1
453
463
env :
454
464
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
455
- SCRIPT : make ci-msvc-py-set1
465
+ SCRIPT : make ci-msvc-py
456
466
<< : *job-windows
457
467
458
468
- name : i686-msvc-2
459
469
env :
460
470
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
461
- SCRIPT : make ci-msvc-ps1-set2
471
+ SCRIPT : make ci-msvc-ps1
462
472
<< : *job-windows
463
473
464
474
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
You can’t perform that action at this time.
0 commit comments