Skip to content

Commit

Permalink
Rollup merge of #77902 - arlosi:arm64manifest, r=ehuss
Browse files Browse the repository at this point in the history
Include aarch64-pc-windows-msvc in the dist manifests

r? @ehuss

/cc @pietroalbini @Mark-Simulacrum

#72881
  • Loading branch information
JohnTitor committed Oct 14, 2020
2 parents c268cc0 + de4bcfd commit b3f9512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use std::time::Instant;

static HOSTS: &[&str] = &[
"aarch64-apple-darwin",
"aarch64-pc-windows-msvc",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"arm-unknown-linux-gnueabi",
Expand Down

0 comments on commit b3f9512

Please sign in to comment.