Skip to content

Commit 8892785

Browse files
authored
Rollup merge of #74871 - etherealist:musl_doc, r=Mark-Simulacrum
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. `--disable-docs` is based on the assumption that `x86_64-unknown-linux-musl` is only a cross-compile target. I have tested that the docs are built. I assume the build-system will automatically detect the docs and create a `rust-docs` component. I will [monitor](https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-musl.html) the components and create a follow-up PR, if the docs aren't published. See also #70619, where we enabled `rust-lld` to enable the wasm-workflow on musl-based linux distributions.
2 parents 172b3a7 + b5d143b commit 8892785

File tree

1 file changed

+0
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-musl

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ ENV HOSTS=x86_64-unknown-linux-musl
3333
ENV RUST_CONFIGURE_ARGS \
3434
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
3535
--enable-extended \
36-
--disable-docs \
3736
--enable-lld \
3837
--set target.x86_64-unknown-linux-musl.crt-static=false \
3938
--build $HOSTS

0 commit comments

Comments
 (0)