about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-06-05 13:13:59 +0200
committerJakub Beránek <berykubik@gmail.com>2025-06-05 13:13:59 +0200
commitb1acf6217ab47227a7401d2305315adc014e0664 (patch)
tree04a26250b98c7db0f01a81f80a6793af13303d9a
parent81a964c23ea4fe9ab52b4449bb166bf280035797 (diff)
downloadrust-b1acf6217ab47227a7401d2305315adc014e0664.tar.gz
rust-b1acf6217ab47227a7401d2305315adc014e0664.zip
Check documentation of bootstrap in PR CI
-rw-r--r--src/ci/docker/host-x86_64/mingw-check-2/Dockerfile1
1 files changed, 1 insertions, 0 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 11a66a1c013..a1d04bd984c 100644
--- a/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile
+++ b/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile
@@ -30,6 +30,7 @@ ENV SCRIPT \
         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 && \
         # Build both public and internal documentation.
         RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
         RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \