Skip to content

Commit f130e18

Browse files
author
David Sonder
committed
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.
1 parent c186aed commit f130e18

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ static DOCS_TARGETS: &[&str] = &[
156156
"x86_64-pc-windows-gnu",
157157
"x86_64-pc-windows-msvc",
158158
"x86_64-unknown-linux-gnu",
159+
"x86_64-unknown-linux-musl",
159160
];
160161

161162
static MINGW: &[&str] = &["i686-pc-windows-gnu", "x86_64-pc-windows-gnu"];

0 commit comments

Comments
 (0)