diff options
| author | David Sonder <dave.sonder@protonmail.ch> | 2020-08-03 16:02:20 +0200 |
|---|---|---|
| committer | David Sonder <dave.sonder@protonmail.ch> | 2020-08-03 16:02:20 +0200 |
| commit | f130e18c01a0108af23710418d8fb9eddb7647e1 (patch) | |
| tree | 66656dbc909ca4f6ed6f357ffd5462b59b6b9a3d | |
| parent | c186aed59ab590eb586751afaf6b9e0ea9b78099 (diff) | |
Enable docs on in the x86_64-unknown-linux-musl manifest
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. Generating and uploading the docs was enabled in b5d143b.
| -rw-r--r-- | src/tools/build-manifest/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs index 6ac89f2b1b8..5dede95a858 100644 --- a/src/tools/build-manifest/src/main.rs +++ b/src/tools/build-manifest/src/main.rs @@ -156,6 +156,7 @@ static DOCS_TARGETS: &[&str] = &[ "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", + "x86_64-unknown-linux-musl", ]; static MINGW: &[&str] = &["i686-pc-windows-gnu", "x86_64-pc-windows-gnu"]; |
