Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build a universal JNI binary for macos #106

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

sstone
Copy link
Member

@sstone sstone commented Mar 4, 2024

Universal libraries embed both arm64 and x64 binaries, and are built on our CI.
This makes our build and release process simpler, as we no longer need to build macos arm64 JNI libs "manually" on a mac M1/M2.

@sstone sstone force-pushed the snapshot/macos-universal-lib branch from e62e3ab to 0391564 Compare March 4, 2024 21:31
Universal libraries embed both arm64 and x64 binaries.
@sstone sstone force-pushed the snapshot/macos-universal-lib branch from 0391564 to 964ae2f Compare March 5, 2024 09:31
@sstone sstone requested a review from t-bast March 12, 2024 08:53
@sstone sstone merged commit eb92fcc into master Mar 12, 2024
6 checks passed
@sstone sstone deleted the snapshot/macos-universal-lib branch March 12, 2024 09:09
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.

2 participants