Rollup merge of #59212 - mati865:musl_toolchain, r=alexcrichton

Add x86_64 musl host to the manifest

@alexcrichton r?

Probably too late for https://github.com/rust-lang/rust/pull/59207
This commit is contained in:
kennytm 2019-03-16 14:57:06 +08:00
commit f3360435c3
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -36,6 +36,7 @@ static HOSTS: &'static [&'static str] = &[
"x86_64-pc-windows-msvc", "x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd", "x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-unknown-netbsd", "x86_64-unknown-netbsd",
]; ];