]> git.lizzy.rs Git - rust.git/commitdiff
Enable docs on in the x86_64-unknown-linux-musl manifest
authorDavid Sonder <dave.sonder@protonmail.ch>
Mon, 3 Aug 2020 14:02:20 +0000 (16:02 +0200)
committerDavid Sonder <dave.sonder@protonmail.ch>
Mon, 3 Aug 2020 14:02:20 +0000 (16:02 +0200)
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.

src/tools/build-manifest/src/main.rs

index 6ac89f2b1b82a4142670a507c77445f98737dfe2..5dede95a85823d63734eb9a4f28850b533ef02c0 100644 (file)
     "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"];