about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJake Goulding <jake.goulding@gmail.com>2020-10-13 07:19:54 -0400
committerJake Goulding <jake.goulding@gmail.com>2020-10-13 07:19:54 -0400
commit45a34fc66c7d5ffd95b48085788be8a6d7b96898 (patch)
treef6e236042cb1074941698a2f87f7765597a77ec5
parente8529c79cce76b47b7b61060db36cf8201c688a3 (diff)
downloadrust-45a34fc66c7d5ffd95b48085788be8a6d7b96898.tar.gz
rust-45a34fc66c7d5ffd95b48085788be8a6d7b96898.zip
Include aarch64-apple-darwin in the dist manifests
-rw-r--r--src/tools/build-manifest/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index 7ee28cd6e5d..c9c95d4b1aa 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -22,6 +22,7 @@ use std::sync::Mutex;
 use std::time::Instant;
 
 static HOSTS: &[&str] = &[
+    "aarch64-apple-darwin",
     "aarch64-unknown-linux-gnu",
     "aarch64-unknown-linux-musl",
     "arm-unknown-linux-gnueabi",
@@ -55,6 +56,7 @@ static HOSTS: &[&str] = &[
 ];
 
 static TARGETS: &[&str] = &[
+    "aarch64-apple-darwin",
     "aarch64-apple-ios",
     "aarch64-fuchsia",
     "aarch64-linux-android",