Skip to content

Commit 052a7c5

Browse files
committed
add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow
1 parent 9dd7c01 commit 052a7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2929
ENV SCRIPT \
30-
python3 ../x.py check && \
30+
BOOTSTRAP_TRACING=bootstrap=TRACE python3 ../x.py check && \
3131
python3 ../x.py clippy ci && \
3232
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3333
python3 ../x.py doc --stage 0 bootstrap && \

0 commit comments

Comments
 (0)