about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2019-03-16 14:57:06 +0800
committerkennytm <kennytm@gmail.com>2019-03-16 22:41:03 +0800
commitf3360435c358696516006316fc566aedcc771044 (patch)
treee1d6ed5718de532d3e93a238746fcbf0e2840170
parent6779b7f30e71e089ee1c4c8878460f117185844b (diff)
parent9c7bf76c087d4d579d1af5dc9a3f4fa9d81a3a61 (diff)
downloadrust-f3360435c358696516006316fc566aedcc771044.tar.gz
rust-f3360435c358696516006316fc566aedcc771044.zip
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
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index 0f43943acf9..058f2df624b 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -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",
 ];