Skip to content

Commit

Permalink
Disable aarch64-macos build for now
Browse files Browse the repository at this point in the history
With 19.1.0 this appeared to fail with a link error perhaps regarding
a mismatch between PIC/non-PIC libraries.

Signed-off-by: Brian Cain <[email protected]>
  • Loading branch information
androm3da committed Sep 19, 2024
1 parent 447d191 commit 3fa4f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ python3.8 --version
build_llvm_clang

CROSS_TRIPLES="aarch64-windows-gnu x86_64-windows-gnu x86_64-linux-musl aarch64-linux-gnu aarch64-macos"
CROSS_TRIPLES="aarch64-windows-gnu x86_64-windows-gnu x86_64-linux-musl aarch64-linux-gnu"
for t in ${CROSS_TRIPLES}
do
build_llvm_clang_cross ${t}
Expand Down

0 comments on commit 3fa4f7b

Please sign in to comment.