add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow
This commit is contained in:
parent
9dd7c019fe
commit
052a7c5618
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue