Skip to content

Commit 5f4864f

Browse files
committed
unify jobs
1 parent fefa282 commit 5f4864f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,10 @@ STAGE_2_TEST_SET2 := test --stage 2 --skip=tests --skip=coverage-map --skip=cove
106106

107107
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
108108
ci-msvc-py:
109-
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 --skip=compiler --skip=src
110-
ci-msvc-ps1:
111-
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
112-
ci-msvc: ci-msvc-py ci-msvc-ps1
113-
ci-msvc-py-set1:
114109
$(Q)$(CFG_SRC_DIR)/x.py $(STAGE_2_TEST_SET1)
115-
ci-msvc-ps1-set2:
110+
ci-msvc-ps1:
116111
$(Q)$(CFG_SRC_DIR)/x.ps1 $(STAGE_2_TEST_SET2)
112+
ci-msvc: ci-msvc-py ci-msvc-ps1
117113

118114
## MingW native builders
119115

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,13 @@ auto:
462462
- name: i686-msvc-1
463463
env:
464464
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
465-
SCRIPT: make ci-msvc-py-set1
465+
SCRIPT: make ci-msvc-py
466466
<<: *job-windows
467467

468468
- name: i686-msvc-2
469469
env:
470470
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
471-
SCRIPT: make ci-msvc-ps1-set2
471+
SCRIPT: make ci-msvc-ps1
472472
<<: *job-windows
473473

474474
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.

0 commit comments

Comments
 (0)