-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add linux arm64 support in Constantine build #198
Comments
It appears that the mac support aarch64 and x86 are not getting included in the final artifact. The build version for 0.9.4 only includes linux x86 libs:
|
I think it is due to this line of code -
It just copying lib for that particular OS_TYPE, whereas we need to copy lib for all the OS_TYPE in build.gradle |
Initial support for Constantine in besu-native in #184 omitted building for linux-arm64. Support for linux arm64 is mostly just a matter of getting nim installed in the CI build container for arm64, as the rest of the plumbing already exists.
Originally posted by @garyschulte in #184 (comment)
The text was updated successfully, but these errors were encountered: