From 430f4f503c5121c16588d06df450dfa8f0edc717 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Fri, 25 Jul 2025 19:56:33 +0800 Subject: 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. --- src/ci/docker/host-x86_64/pr-check-1/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ci') diff --git a/src/ci/docker/host-x86_64/pr-check-1/Dockerfile b/src/ci/docker/host-x86_64/pr-check-1/Dockerfile index d3c3cd1b63e..f7d51fba861 100644 --- a/src/ci/docker/host-x86_64/pr-check-1/Dockerfile +++ b/src/ci/docker/host-x86_64/pr-check-1/Dockerfile @@ -40,6 +40,7 @@ COPY host-x86_64/pr-check-1/validate-toolstate.sh /scripts/ # We disable optimized compiler built-ins because that requires a C toolchain for the target. # We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs. ENV SCRIPT \ + python3 ../x.py check bootstrap && \ /scripts/check-default-config-profiles.sh && \ python3 ../x.py build src/tools/build-manifest && \ python3 ../x.py test --stage 0 src/tools/compiletest && \ -- cgit 1.4.1-3-g733a5