-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toolchain-bootstrap: force target triple when building on Apple
This used to "just work." But for reasons unknown to me, GitHub Actions Apple ARM runners result in `config.guess` thinking it is a x86-64 machine and this causes LLVM's CMake to build x86-64 binaries which target x86-64 by default! Our Python code has working target sniffing. So we use that to feed an appropriate triple into LLVM's CMake.
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters