Skip to content

Commit b5e0692

Browse files
authored
Rollup merge of #59212 - mati865:musl_toolchain, r=alexcrichton
Add x86_64 musl host to the manifest @alexcrichton r? Probably too late for #59207
2 parents cc028e2 + 9c7bf76 commit b5e0692

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
@@ -32,6 +32,7 @@ static HOSTS: &'static [&'static str] = &[
3232
"x86_64-pc-windows-msvc",
3333
"x86_64-unknown-freebsd",
3434
"x86_64-unknown-linux-gnu",
35+
"x86_64-unknown-linux-musl",
3536
"x86_64-unknown-netbsd",
3637
];
3738

0 commit comments

Comments
 (0)