Skip to content

Commit 02785e9

Browse files
authored
Rollup merge of rust-lang#77895 - shepmaster:silicon-manifest, r=pietroalbini
Include aarch64-apple-darwin in the dist manifests r? @ehuss /cc @pietroalbini @Mark-Simulacrum
2 parents 9f4c5b3 + 45a34fc commit 02785e9

File tree

1 file changed

+2
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+2
-0
lines changed

src/tools/build-manifest/src/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use std::sync::Mutex;
2222
use std::time::Instant;
2323

2424
static HOSTS: &[&str] = &[
25+
"aarch64-apple-darwin",
2526
"aarch64-unknown-linux-gnu",
2627
"aarch64-unknown-linux-musl",
2728
"arm-unknown-linux-gnueabi",
@@ -55,6 +56,7 @@ static HOSTS: &[&str] = &[
5556
];
5657

5758
static TARGETS: &[&str] = &[
59+
"aarch64-apple-darwin",
5860
"aarch64-apple-ios",
5961
"aarch64-fuchsia",
6062
"aarch64-linux-android",

0 commit comments

Comments
 (0)