about summary refs log tree commit diff
path: root/src/bootstrap/mk
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-01-19 12:30:12 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-01-19 12:30:12 +0100
commit242b0e32b6281d435b17d8e672885b1d4433b11a (patch)
tree8ad5ba987186bb124009e62f3b909205450b3737 /src/bootstrap/mk
parentc62b732724b6beb50a5c73be26d0c5f668504059 (diff)
downloadrust-242b0e32b6281d435b17d8e672885b1d4433b11a.tar.gz
rust-242b0e32b6281d435b17d8e672885b1d4433b11a.zip
CI: split x86_64-msvc job using windows 2025
Diffstat (limited to 'src/bootstrap/mk')
-rw-r--r--src/bootstrap/mk/Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 082b7431440..275c0e803cb 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -106,14 +106,10 @@ STAGE_2_TEST_SET2 := test --stage 2 --skip=tests --skip=coverage-map --skip=cove
 
 # this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
 ci-msvc-py:
-	$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy
-ci-msvc-ps1:
-	$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --skip tidy
-ci-msvc: ci-msvc-py ci-msvc-ps1
-ci-msvc-py-set1:
 	$(Q)$(CFG_SRC_DIR)/x.py $(STAGE_2_TEST_SET1)
-ci-msvc-ps1-set2:
+ci-msvc-ps1:
 	$(Q)$(CFG_SRC_DIR)/x.ps1 $(STAGE_2_TEST_SET2)
+ci-msvc: ci-msvc-py ci-msvc-ps1
 
 ## MingW native builders