about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbit-aloo <sshourya17@gmail.com>2025-06-11 13:48:50 +0530
committerbit-aloo <sshourya17@gmail.com>2025-06-11 13:48:50 +0530
commit8c236ab51e9d0df6501a59a1bf8e680dd05bf8ec (patch)
tree50e0a84d8ce45a3a16e3561c2256aa957b799b58
parent052a7c56188030effb7c9fd34524cd65a5849fb4 (diff)
downloadrust-8c236ab51e9d0df6501a59a1bf8e680dd05bf8ec.tar.gz
rust-8c236ab51e9d0df6501a59a1bf8e680dd05bf8ec.zip
add comment over ci change
-rw-r--r--src/ci/docker/host-x86_64/mingw-check-2/Dockerfile4
1 files changed, 3 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 2aeb26153c2..cd61d1d752d 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,9 @@ COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
 ENV SCRIPT \
-        BOOTSTRAP_TRACING=bootstrap=TRACE python3 ../x.py check && \
+        # The BOOTSTRAP_TRACING flag is added to verify whether the 
+        # bootstrap process compiles successfully with this flag enabled.
+        BOOTSTRAP_TRACING=1 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 && \