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:
parent
1f5d69dacc
commit
b5d143b126
@ -33,7 +33,6 @@ ENV HOSTS=x86_64-unknown-linux-musl
|
|||||||
ENV RUST_CONFIGURE_ARGS \
|
ENV RUST_CONFIGURE_ARGS \
|
||||||
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
|
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
|
||||||
--enable-extended \
|
--enable-extended \
|
||||||
--disable-docs \
|
|
||||||
--enable-lld \
|
--enable-lld \
|
||||||
--set target.x86_64-unknown-linux-musl.crt-static=false \
|
--set target.x86_64-unknown-linux-musl.crt-static=false \
|
||||||
--build $HOSTS
|
--build $HOSTS
|
||||||
|
Loading…
Reference in New Issue
Block a user