Skip to content

Fix arm64e stripping in xcframework workflows#12

Open
danielraffel wants to merge 1 commit into
olilarkin:mainfrom
danielraffel:pr/fix-arm64e-strip
Open

Fix arm64e stripping in xcframework workflows#12
danielraffel wants to merge 1 commit into
olilarkin:mainfrom
danielraffel:pr/fix-arm64e-strip

Conversation

@danielraffel

@danielraffel danielraffel commented May 23, 2026

Copy link
Copy Markdown

The current shell builds a list of architectures and passes it to lipo -extract. Since the goal is only to remove arm64e, lipo -remove arm64e is simpler and preserves the remaining slices directly.

This also changes the find loop to use -print0, so paths are passed through safely.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant