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.
x check
1 parent f3bbfac commit ebb52ffCopy full SHA for ebb52ff
src/ci/docker/host-x86_64/pr-check-2/Dockerfile
@@ -28,7 +28,17 @@ RUN sh /scripts/sccache.sh
28
29
ENV SCRIPT \
30
python3 ../x.py check && \
31
- python3 ../x.py check src/tools/bump-stage0 && \
+ # 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
+ && \
42
python3 ../x.py clippy ci --stage 2 && \
43
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
44
python3 ../x.py test --stage 1 src/tools/compiletest && \
0 commit comments