about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorDavid Sonder <dave.sonder@protonmail.ch>2020-07-28 13:28:43 +0200
committerDavid Sonder <dave.sonder@protonmail.ch>2020-07-28 13:55:04 +0200
commitb5d143b126cd73c873fc8feff7dee0a0b077cc84 (patch)
treefb4fa55fc11ad60b992aa8c6ce8fce525abd5b47 /src/ci/docker
parent1f5d69daccd1f04e42886d9aaf513f2691132d17 (diff)
downloadrust-b5d143b126cd73c873fc8feff7dee0a0b077cc84.tar.gz
rust-b5d143b126cd73c873fc8feff7dee0a0b077cc84.zip
Enable docs on dist-x86_64-musl
Add the rust-docs component to toolchain x86_64-unknown-linux-musl, which allows
people using rustup on their musl-based linux distribution to download the
rust-docs.
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
index c026506b106..ab6515cd1fa 100644
--- a/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
@@ -33,7 +33,6 @@ ENV HOSTS=x86_64-unknown-linux-musl
 ENV RUST_CONFIGURE_ARGS \
       --musl-root-x86_64=/usr/local/x86_64-linux-musl \
       --enable-extended \
-      --disable-docs \
       --enable-lld \
       --set target.x86_64-unknown-linux-musl.crt-static=false \
       --build $HOSTS