diff options
| author | bit-aloo <sshourya17@gmail.com> | 2025-06-11 13:31:41 +0530 |
|---|---|---|
| committer | bit-aloo <sshourya17@gmail.com> | 2025-06-11 13:43:42 +0530 |
| commit | 052a7c56188030effb7c9fd34524cd65a5849fb4 (patch) | |
| tree | d41afb12301ed084238cbf41009dcafcf5b4861c | |
| parent | 9dd7c019fe9a31450b08e2639e777a40ae426c64 (diff) | |
| download | rust-052a7c56188030effb7c9fd34524cd65a5849fb4.tar.gz rust-052a7c56188030effb7c9fd34524cd65a5849fb4.zip | |
add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check-2/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile b/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile index a1d04bd984c..2aeb26153c2 100644 --- a/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile @@ -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 && \ |
