We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f485f5a commit fe76fe4Copy full SHA for fe76fe4
src/bootstrap/mk/Makefile.in
@@ -113,7 +113,7 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
113
114
# test both x and bootstrap entrypoints
115
ci-mingw-x:
116
- $(Q)$(BOOTSTRAP) test --stage 2 tests/
+ $(Q)$(CFG_SRC_DIR)/x test --stage 2 tests/ --skip tests/rustdoc-gui
117
ci-mingw-bootstrap:
118
$(Q)$(BOOTSTRAP) test --stage 2 --skip tests/
119
ci-mingw: ci-mingw-x ci-mingw-bootstrap
0 commit comments