Skip to content

Commit

Permalink
Rollup merge of rust-lang#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 rust-lang#59207
  • Loading branch information
kennytm committed Mar 16, 2019
2 parents 6779b7f + 9c7bf76 commit f336043
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 @@ -36,6 +36,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 f336043

Please sign in to comment.