From: David Sonder Date: Mon, 3 Aug 2020 14:02:20 +0000 (+0200) Subject: Enable docs on in the x86_64-unknown-linux-musl manifest X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f130e18c01a0108af23710418d8fb9eddb7647e1;p=rust.git 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. --- 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 @@ "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"];