Skip to content

Commit f336043

Browse files
committed
Rollup merge of rust-lang#59212 - mati865:musl_toolchain, r=alexcrichton
Add x86_64 musl host to the manifest @alexcrichton r? Probably too late for rust-lang#59207
2 parents 6779b7f + 9c7bf76 commit f336043

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Diff for: src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static HOSTS: &'static [&'static str] = &[
3636
"x86_64-pc-windows-msvc",
3737
"x86_64-unknown-freebsd",
3838
"x86_64-unknown-linux-gnu",
39+
"x86_64-unknown-linux-musl",
3940
"x86_64-unknown-netbsd",
4041
];
4142

0 commit comments

Comments
 (0)