Skip to content

Commit ebb52ff

Browse files
committed
Do x check on various bootstrap tools in CI
1 parent f3bbfac commit ebb52ff

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/ci/docker/host-x86_64/pr-check-2/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,17 @@ RUN sh /scripts/sccache.sh
2828

2929
ENV SCRIPT \
3030
python3 ../x.py check && \
31-
python3 ../x.py check src/tools/bump-stage0 && \
31+
# Check some tools that aren't included in `x check` by default, to
32+
# ensure that maintainers can still do check builds locally.
33+
python3 ../x.py check \
34+
bootstrap \
35+
bump-stage0 \
36+
compiletest \
37+
coverage-dump \
38+
linkchecker \
39+
run-make-support \
40+
rustdoc-gui-test \
41+
&& \
3242
python3 ../x.py clippy ci --stage 2 && \
3343
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3444
python3 ../x.py test --stage 1 src/tools/compiletest && \

0 commit comments

Comments
 (0)