We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a69523 commit ba036a9Copy full SHA for ba036a9
src/bootstrap/mk/Makefile.in
@@ -113,9 +113,9 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
113
114
# test both x and bootstrap entrypoints
115
ci-mingw-x:
116
- $(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=library --skip=tidyselftest --skip=coverage-map --skip=coverage-run
+ $(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=library --skip=tidyselftest --skip=coverage-map --skip=coverage-run --skip=src
117
ci-mingw-bootstrap:
118
- $(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=src
+ $(Q)$(BOOTSTRAP) test --stage 2 --skip=tests
119
ci-mingw: ci-mingw-x ci-mingw-bootstrap
120
121
.PHONY: dist
0 commit comments