File tree 3 files changed +11
-39
lines changed
3 files changed +11
-39
lines changed Original file line number Diff line number Diff line change @@ -383,25 +383,15 @@ jobs:
383
383
DIST_REQUIRE_ALL_TOOLS : 1
384
384
JEMALLOC_SYS_WITH_LG_PAGE : 14
385
385
os : macos-latest
386
- - name : x86_64-msvc-1
386
+ - name : x86_64-msvc
387
387
env :
388
388
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
389
- SCRIPT : make ci-subset-1
389
+ SCRIPT : make ci-msvc
390
390
os : windows-2019-8core-32gb
391
- - name : x86_64-msvc-2
392
- env :
393
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
394
- SCRIPT : make ci-subset-2
395
- os : windows-2019-8core-32gb
396
- - name : i686-msvc-1
397
- env :
398
- RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc"
399
- SCRIPT : make ci-subset-1
400
- os : windows-2019-8core-32gb
401
- - name : i686-msvc-2
391
+ - name : i686-msvc
402
392
env :
403
393
RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc"
404
- SCRIPT : make ci-subset-2
394
+ SCRIPT : make ci-msvc
405
395
os : windows-2019-8core-32gb
406
396
- name : x86_64-msvc-cargo
407
397
env :
Original file line number Diff line number Diff line change @@ -57,17 +57,11 @@ tidy:
57
57
prepare :
58
58
$(Q )$(BOOTSTRAP ) build --stage 2 nonexistent/path/to/trigger/cargo/metadata
59
59
60
- TESTS_IN_2 := \
61
- tests/ui \
62
- src/tools/linkchecker
63
-
64
60
# # MSVC native builders
65
61
66
- # these intentionally don't use `$(BOOTSTRAP)` so we can test the shebang on Windows
67
- ci-subset-1 :
68
- $(Q )$(CFG_SRC_DIR ) /x.py test --stage 2 $(TESTS_IN_2:%=--exclude % )
69
- ci-subset-2 :
70
- $(Q )$(CFG_SRC_DIR ) /x.ps1 test --stage 2 $(TESTS_IN_2 )
62
+ # this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
63
+ ci-msvc :
64
+ $(Q )$(CFG_SRC_DIR ) /x.py test --stage 2
71
65
72
66
# # MingW native builders
73
67
Original file line number Diff line number Diff line change @@ -582,28 +582,16 @@ jobs:
582
582
# Windows Builders #
583
583
# #####################
584
584
585
- - name : x86_64-msvc-1
585
+ - name : x86_64-msvc
586
586
env :
587
587
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
588
- SCRIPT : make ci-subset-1
588
+ SCRIPT : make ci-msvc
589
589
<< : *job-windows-8c
590
590
591
- - name : x86_64-msvc-2
592
- env :
593
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
594
- SCRIPT : make ci-subset-2
595
- << : *job-windows-8c
596
-
597
- - name : i686-msvc-1
598
- env :
599
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
600
- SCRIPT : make ci-subset-1
601
- << : *job-windows-8c
602
-
603
- - name : i686-msvc-2
591
+ - name : i686-msvc
604
592
env :
605
593
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
606
- SCRIPT : make ci-subset-2
594
+ SCRIPT : make ci-msvc
607
595
<< : *job-windows-8c
608
596
609
597
- name : x86_64-msvc-cargo
You can’t perform that action at this time.
0 commit comments