Skip to content

Commit

Permalink
Rollup merge of rust-lang#77895 - shepmaster:silicon-manifest, r=piet…
Browse files Browse the repository at this point in the history
…roalbini

Include aarch64-apple-darwin in the dist manifests

r? @ehuss

/cc @pietroalbini @Mark-Simulacrum
  • Loading branch information
JohnTitor committed Oct 13, 2020
2 parents c021c49 + 45a34fc commit 7664cbf
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 7664cbf

Please sign in to comment.