Skip to content

Commit a2034af

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ 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 bootstrap bump-stage0 compiletest coverage-dump \
34+
linkchecker run-make-support rustdoc-gui-test && \
3235
python3 ../x.py clippy ci --stage 2 && \
3336
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3437
python3 ../x.py test --stage 1 src/tools/compiletest && \

0 commit comments

Comments
 (0)