We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dc603 commit c7d6857Copy full SHA for c7d6857
src/ci/docker/host-x86_64/pr-check-2/Dockerfile
@@ -32,7 +32,7 @@ ENV SCRIPT \
32
python3 ../x.py clippy ci --stage 2 && \
33
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
34
python3 ../x.py test --stage 1 src/tools/compiletest && \
35
- python3 ../x.py doc bootstrap && \
+ python3 ../x.py doc bootstrap --stage 1 && \
36
# Build both public and internal documentation.
37
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc compiler --stage 1 && \
38
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc library --stage 1 && \
0 commit comments