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.
This commit is contained in:
David Sonder 2020-07-28 13:28:43 +02:00
parent 1f5d69dacc
commit b5d143b126
No known key found for this signature in database
GPG Key ID: 6684573D221D0604
1 changed files with 0 additions and 1 deletions

View 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