forked from msysgit/git
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! release: add Mac OSX installer build
This prepares the `macos-installer` code for building on Apple Silicon. The paths and a couple of flags need to be slightly different, but nothing big. The changes to the `build-git-installers` workflow: - The keen reader will notice that `CFLAGS` & friends had to be moved from environment variables (which the ARM64 `make` apparently ignores) to `config.mak`. - A couple of jobs needed to be turned into matrix jobs to handle both x86_64 and arm64 CPU architectures. - Accommodate for Homebrew being installed into `/opt/homebrew` on Apple Silicon instead of `/usr/local`, with the `bin` directory of the former _overriding_ the latter. - Homebrew on Apple Silicon apparently does not link `gcc` anymore, so let's just hard-code `gcc-13` for now. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information
Showing
2 changed files
with
92 additions
and
27 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