Skip to content

Commit

Permalink
Rollup merge of #77895 - shepmaster:silicon-manifest, r=pietroalbini
Browse files Browse the repository at this point in the history
Include aarch64-apple-darwin in the dist manifests

r? @ehuss

/cc @pietroalbini @Mark-Simulacrum
  • Loading branch information
JohnTitor committed Oct 13, 2020
2 parents 70f8e1a + 45a34fc commit b24e25d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -55,6 +56,7 @@ static HOSTS: &[&str] = &[
];

static TARGETS: &[&str] = &[
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-fuchsia",
"aarch64-linux-android",
Expand Down

0 comments on commit b24e25d

Please sign in to comment.