Skip to content

Commit 430f4f5

Browse files
committed
Check ./x check bootstrap in pr-check-1
This check is relatively cheap, and is a quick way to root out breaking check flow of `bootstrap` itself.
1 parent 73e534b commit 430f4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ COPY host-x86_64/pr-check-1/validate-toolstate.sh /scripts/
4040
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
4141
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
4242
ENV SCRIPT \
43+
python3 ../x.py check bootstrap && \
4344
/scripts/check-default-config-profiles.sh && \
4445
python3 ../x.py build src/tools/build-manifest && \
4546
python3 ../x.py test --stage 0 src/tools/compiletest && \

0 commit comments

Comments
 (0)