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.
1 parent 052a7c5 commit 8c236abCopy full SHA for 8c236ab
src/ci/docker/host-x86_64/mingw-check-2/Dockerfile
@@ -27,7 +27,9 @@ COPY scripts/sccache.sh /scripts/
27
RUN sh /scripts/sccache.sh
28
29
ENV SCRIPT \
30
- BOOTSTRAP_TRACING=bootstrap=TRACE python3 ../x.py check && \
+ # The BOOTSTRAP_TRACING flag is added to verify whether the
31
+ # bootstrap process compiles successfully with this flag enabled.
32
+ BOOTSTRAP_TRACING=1 python3 ../x.py check && \
33
python3 ../x.py clippy ci && \
34
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
35
python3 ../x.py doc --stage 0 bootstrap && \
0 commit comments