-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ship both x86 and aarch64 darwin libs #79
Conversation
Signed-off-by: Antoine Toulme <[email protected]>
26cae3f
to
7caf864
Compare
Signed-off-by: Antoine Toulme <[email protected]>
209d503
to
658a2e7
Compare
Signed-off-by: Antoine Toulme <[email protected]>
Signed-off-by: Antoine Toulme <[email protected]>
Signed-off-by: Antoine Toulme <[email protected]>
Signed-off-by: Antoine Toulme <[email protected]>
Signed-off-by: Antoine Toulme <[email protected]>
b9f0b1d
to
06df9e2
Compare
Signed-off-by: Antoine Toulme <[email protected]>
...ipoint/src/test/java/org/hyperledger/besu/nativelib/ipa_multipoint/LibIpaMultipointTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the most part.
Except that the Blake2F lib performs worse than the Java lib right now on mac. Performance is out of scope for this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we not able to build a lipo/multi-arch darwin lib for blake2f in the same way we do for the other besu-native libs?
jna now uses separate folders for darwin, so you can't use a multi-arch lib. |
Signed-off-by: Antoine Toulme <[email protected]>
I have verified locally that the m1 lib for ipa-multipoint now loads properly with the zulu java 17 SDK. |
Signed-off-by: Antoine Toulme [email protected]