-
Notifications
You must be signed in to change notification settings - Fork 136
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 ARM build to CI #274
Comments
When building dockerfiles for lotus and boost on native arm platform (like Mac M1) we are forced to build filecoin-ffi from source as there are no prebuild Linux arm binaries. Having it would speed up the docker builds. Also it, perhaps, would require some change in install-filcrypto file: the line |
I see Draft #287, perhaps, you just need to finalize it. |
@LaurenSpiegel Currently don't have any plans for implementing this. If there's a need for fixing this issue, perhaps @shawnrader may also be able to help. |
I can get to this next week. |
I linked a pull request to add aarch64 Linux build, test, and publish to CI. Apple M1/M2 support will need to be done as a different task and right now CircleCI only supports cross compilation from Intel Mac. |
This issue for tracking mac M1 builds: #216 |
Currently we don't build the FFI on CI for ARM, but we should, to make sure we don't break it.
The text was updated successfully, but these errors were encountered: