mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02:00
Merge bitcoin/bitcoin#33549: ci: Add macOS cross task for arm64-apple-darwin
fad5a7101cci: Add macOS cross task for arm64 (MarcoFalke)fa8c750a0aci: Refactor get_previous_releases step in win-test-cross task (MarcoFalke) Pull request description: Cross compiling to Intel macOS seems fine, but it would be good to cross compile to arm64-apple-darwin as well. Further reading: * https://en.wikipedia.org/wiki/Mac_transition_to_Apple_silicon#Timeline. * It is harder to find native Intel macOS hardware (E.g. GitHub is in the process of dropping it: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down) ACKs for top commit: Sjors: utACKfad5a7101chodlinator: crACKfad5a7101cTree-SHA512: ce96ac9f68f594584dc910555bd34590084e3e45ca02a22d4949e88bb569de3bf87ebf6b5c6718ae82d7750a98212b72f6dab80bddfc9652a57180fbdda97f42
This commit is contained in:
@@ -123,7 +123,7 @@ Common `host-platform-triplet`s for cross compilation are:
|
||||
- `i686-pc-linux-gnu` for Linux x86 32 bit
|
||||
- `x86_64-pc-linux-gnu` for Linux x86 64 bit
|
||||
- `x86_64-w64-mingw32` for Win64
|
||||
- `x86_64-apple-darwin` for macOS
|
||||
- `x86_64-apple-darwin` for Intel macOS
|
||||
- `arm64-apple-darwin` for ARM macOS
|
||||
- `arm-linux-gnueabihf` for Linux ARM 32 bit
|
||||
- `aarch64-linux-gnu` for Linux ARM 64 bit
|
||||
|
||||
Reference in New Issue
Block a user