-
Notifications
You must be signed in to change notification settings - Fork 112
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
Support risc-v #1444
Comments
This is a necessary step to update ring, which is necessary to build in risc-v. Part of ethereum#1444.
This is a necessary step to update ring, which is necessary to build in risc-v. Part of ethereum#1444.
This is a necessary step to update ring, which is necessary to build in risc-v. Part of ethereum#1444.
Next we have to update rustls, which is problematic because surf keeps it pinned to an old version and it is unmaintained: |
This is a necessary step to update ring, which is necessary to build in risc-v. Part of #1444.
Yeah I guess we should remove it as a dependency and switch to something else in that case |
I opened a PR to move us to reqwest instead of surf, so that should unblock that step |
Nice! Thank you @KolbyML. It works. Next is ethers-providers: |
We want to remove |
That sounds perfect. |
@come-maiz This PR #1456 removes our dependency on |
thanks @KolbyML! Compilation almost finishes now. It's getting stuck in librocksdb-sys, I'll see what I can do on my machine to get it to compile. |
@come-maiz try installing clang and tell me if it works |
It was installed. |
RISC-V is a good start to get Ethereum nodes running in free hardware, which is a necessary step for a local-first decentralized economy. Lightclients are another necessary step, so these two worlds together are very powerful.
Please support the risc-v architecture in this project.
The text was updated successfully, but these errors were encountered: