diff options
| author | David Sonder <dave.sonder@protonmail.ch> | 2020-07-28 13:28:43 +0200 |
|---|---|---|
| committer | David Sonder <dave.sonder@protonmail.ch> | 2020-07-28 13:55:04 +0200 |
| commit | b5d143b126cd73c873fc8feff7dee0a0b077cc84 (patch) | |
| tree | fb4fa55fc11ad60b992aa8c6ce8fce525abd5b47 /src/ci/docker | |
| parent | 1f5d69daccd1f04e42886d9aaf513f2691132d17 (diff) | |
| download | rust-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/Dockerfile | 1 |
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 |
