add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow

This commit is contained in:
bit-aloo 2025-06-11 13:31:41 +05:30
parent 9dd7c019fe
commit 052a7c5618
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
ENV SCRIPT \
python3 ../x.py check && \
BOOTSTRAP_TRACING=bootstrap=TRACE python3 ../x.py check && \
python3 ../x.py clippy ci && \
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
python3 ../x.py doc --stage 0 bootstrap && \