-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: docker: make compatible with arm platform #9363
Conversation
1. update rust 2. add possibility to set FFI_BUILD_FROM_SOURCE 3. fix hardcoded paths: x86_64-linux-gnu
to review by @nonsense |
I am still not able to build for M1.
results in the below error. Maybe library variables are required?
|
Sorry for not mentioning it before, @LexLuthr. You need to force building the filecoin-ffi from a source. An install script of the filecoin-ffi downloads the wrong library - issue. |
That worked
|
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.
lgtm, and it was confirmed that build now works on M1
Related Issues
Resolves #9362
Proposed Changes
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, testarea
: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps