Skip to content

Commit

Permalink
Rollup merge of #59212 - mati865:musl_toolchain, r=alexcrichton
Browse files Browse the repository at this point in the history
Add x86_64 musl host to the manifest

@alexcrichton r?

Probably too late for #59207
  • Loading branch information
Centril committed Mar 16, 2019
2 parents cc028e2 + 9c7bf76 commit b5e0692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static HOSTS: &'static [&'static str] = &[
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-unknown-netbsd",
];

Expand Down

0 comments on commit b5e0692

Please sign in to comment.