diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-25 19:56:33 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-25 19:56:33 +0800 |
| commit | 430f4f503c5121c16588d06df450dfa8f0edc717 (patch) | |
| tree | e4fc9802190cb5c2ff2343c30fc92f396f226f66 /src/ci | |
| parent | 73e534b0220604cf79e2193d4f5960d2dda0a3b6 (diff) | |
| download | rust-430f4f503c5121c16588d06df450dfa8f0edc717.tar.gz rust-430f4f503c5121c16588d06df450dfa8f0edc717.zip | |
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.
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/pr-check-1/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 && \ |
