mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #1244] [MERGED] Fix macOS Intel native builds #964
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1244
Author: @HT154
Created: 10/17/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @HT154
Base:
main← Head:circleci-m4📝 Commits (1)
55e257cFix macOS Intel native builds📊 Changes
2 files changed (+9 additions, -9 deletions)
View changed files
📝
.circleci/config.yml(+8 -8)📝
.circleci/jobs/BuildNativeJob.pkl(+1 -1)📄 Description
Looks like there's some incompatibility between Xcode 26 (or at least CircleCI's install of it) and native-image that affects cross-compiling amd64 binaries on aarch64 systems. This PR reverts Xcode to 16.4.0 which is the next oldest release supported in CircleCI.
Successful native image jobs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.