about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-05-11 15:51:25 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-05-15 17:21:12 +0200
commitb9b67b7d5b3e50e319ad6ae3f38c4890570cc8a7 (patch)
tree421fb47e1b7e9de0818547479c715e3895b3575d /src/ci
parentfe62c6e2958abfe54a9410a24a5750baf4c157e0 (diff)
downloadrust-b9b67b7d5b3e50e319ad6ae3f38c4890570cc8a7.tar.gz
rust-b9b67b7d5b3e50e319ad6ae3f38c4890570cc8a7.zip
Don't generate more docs than necessary
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/mingw-check/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
index a9398649cf0..fd6dc563a0e 100644
--- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile
+++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -34,7 +34,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
            python3 ../x.py build --stage 0 src/tools/build-manifest && \
            python3 ../x.py test --stage 0 src/tools/compiletest && \
            python3 ../x.py test --stage 2 src/tools/tidy && \
-           python3 ../x.py doc --stage 0 library/std && \
+           python3 ../x.py doc --stage 0 library/test && \
            /scripts/validate-toolstate.sh && \
            # Runs checks to ensure that there are no ES5 issues in our JS code.
            es-check es5 ../src/librustdoc/html/static/*.js