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.
./x check bootstrap
pr-check-1
1 parent 73e534b commit 430f4f5Copy full SHA for 430f4f5
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/
40
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
41
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
42
ENV SCRIPT \
43
+ python3 ../x.py check bootstrap && \
44
/scripts/check-default-config-profiles.sh && \
45
python3 ../x.py build src/tools/build-manifest && \
46
python3 ../x.py test --stage 0 src/tools/compiletest && \
0 commit comments