Skip to content

Commit 9a8ec48

Browse files
committed
Add aarch64-apple-darwin to list of platforms with CI LLVM
1 parent 7fbd4ce commit 9a8ec48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ impl Config {
770770
// FIXME: this is duplicated in bootstrap.py
771771
let supported_platforms = [
772772
"aarch64-unknown-linux-gnu",
773+
"aarch64-apple-darwin",
773774
"i686-pc-windows-gnu",
774775
"i686-pc-windows-msvc",
775776
"i686-unknown-linux-gnu",

0 commit comments

Comments
 (0)