Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fe76fe4

Browse files
committed
skip rustdoc-gui
1 parent f485f5a commit fe76fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
113113

114114
# test both x and bootstrap entrypoints
115115
ci-mingw-x:
116-
$(Q)$(BOOTSTRAP) test --stage 2 tests/
116+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 tests/ --skip tests/rustdoc-gui
117117
ci-mingw-bootstrap:
118118
$(Q)$(BOOTSTRAP) test --stage 2 --skip tests/
119119
ci-mingw: ci-mingw-x ci-mingw-bootstrap

0 commit comments

Comments
 (0)