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.
src/tools/bump-stage0
pr-check-2
1 parent d5e6121 commit 312a124Copy full SHA for 312a124
src/ci/docker/host-x86_64/pr-check-2/Dockerfile
@@ -28,6 +28,7 @@ RUN sh /scripts/sccache.sh
28
29
ENV SCRIPT \
30
python3 ../x.py check && \
31
+ python3 ../x.py check src/tools/bump-stage0 && \
32
python3 ../x.py clippy ci --stage 2 && \
33
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
34
python3 ../x.py test --stage 1 src/tools/compiletest && \
0 commit comments