Skip to content

Commit

Permalink
remove x for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Nov 21, 2024
1 parent 037bdb1 commit 0a084e3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,12 @@ ci-msvc: ci-msvc-py ci-msvc-ps1

# Set of tests that should represent half of the time of the test suite.
# Used to split tests across multiple CI runners.
TESTS_IN_MINGW_X := \
tests/ui \
tests/rustdoc \
tests/run-make \
tests/rustdoc-ui \
tests/ui-fulldeps \
tests/rustdoc-json

# test both x and bootstrap entrypoints
ci-mingw-x:
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_X)
$(Q)$(BOOTSTRAP) test --stage 2 tests/
ci-mingw-bootstrap:
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_X:%=--skip %)
$(Q)$(BOOTSTRAP) test --stage 2 --skip tests/
ci-mingw: ci-mingw-x ci-mingw-bootstrap

.PHONY: dist

0 comments on commit 0a084e3

Please sign in to comment.