]> git.lizzy.rs Git - rust.git/commitdiff
Enable docs on dist-x86_64-musl
authorDavid Sonder <dave.sonder@protonmail.ch>
Tue, 28 Jul 2020 11:28:43 +0000 (13:28 +0200)
committerDavid Sonder <dave.sonder@protonmail.ch>
Tue, 28 Jul 2020 11:55:04 +0000 (13:55 +0200)
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.

src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile

index c026506b106618709844c4d7daa534eb9440cb99..ab6515cd1fa955daf10a57117643ea9adf1eddfd 100644 (file)
@@ -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