-
Notifications
You must be signed in to change notification settings - Fork 902
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
CLN rust dependency won't build on ppc64le #5691
Comments
yeah, this is bad because we do not have the control over distribution version, what about installing rust from the official install script? |
My Gentoo ebuild for Core Lightning deletes the |
Commenting out the
|
Hrmmm even with a newer
|
We could use |
I think it is not a version problem but ring does not support some platform briansmith/ring#562 and the error is a little bit cryptic because it is caused by this unwrap. I think the only solution is disabling rust? |
I was starting to suspect that was the case since I'm running on powerpc64le rather than ARM or x86. :-/ |
Ok, then we might get away by setting |
The |
That's how we disable building+installing the Rust components on Gentoo when the user configures |
Yeah, sorry about that, hopefully |
It looks like |
Do we need to use the older ring 0.16.20 still? The latest version can build on ppc64le now. |
The hell arising from the contemporary obsession with version pinning and static linking. 🙄 |
Rocky Linux 9's rustc and cargo versions:
I've recently been hitting this error building CLN master:
The text was updated successfully, but these errors were encountered: