Skip to content

Commit 312a124

Browse files
committed
ci: check src/tools/bump-stage0 in pr-check-2
To catch obvious build failures of the `src/tools/bump-stage0` early, before we find out it can't even build when we really need it to work.
1 parent d5e6121 commit 312a124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN sh /scripts/sccache.sh
2828

2929
ENV SCRIPT \
3030
python3 ../x.py check && \
31+
python3 ../x.py check src/tools/bump-stage0 && \
3132
python3 ../x.py clippy ci --stage 2 && \
3233
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3334
python3 ../x.py test --stage 1 src/tools/compiletest && \

0 commit comments

Comments
 (0)