Skip to content

Commit 8c236ab

Browse files
committed
add comment over ci change
1 parent 052a7c5 commit 8c236ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/mingw-check-2/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ COPY scripts/sccache.sh /scripts/
2727
RUN sh /scripts/sccache.sh
2828

2929
ENV SCRIPT \
30-
BOOTSTRAP_TRACING=bootstrap=TRACE python3 ../x.py check && \
30+
# 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 && \
3133
python3 ../x.py clippy ci && \
3234
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3335
python3 ../x.py doc --stage 0 bootstrap && \

0 commit comments

Comments
 (0)