-
Notifications
You must be signed in to change notification settings - Fork 719
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 for powerpc-unknown-linux-gnu #1424
Comments
I have the same issue when building vaultwarden for PPC ( full stack:
|
@amjoseph-nixpkgs |
I'm going to close this as either a duplicate of #1555 (for any big-endian PowerPC targets) or #1455 (for little-endian PowerPC targets). I understand BoringSSL did incorporate some PowerPC assembly code, but we should first finish the work of ring providing a general fallback for all targets; then we can discuss whether we should bother with the assembly optimizations and then investigate how we can become confident that they are correct. |
hey!
ive tried to compile ring on my ppc box and it failed:
Compiling ring v0.16.20 error: failed to run custom build command for
ring v0.16.20`Caused by:
process didn't exit successfully:
/home/wynton/feather/target/release/build/ring-cfb5c139eeb28eb3/build-script-build
(exit status: 101)--- stderr
thread 'main' panicked at 'called
Option::unwrap()
on aNone
value', /home/wynton/.cargo/registry/src/jackfan.us.kg-b420f105fcaca6de/ring-0.16.20/build.rs:358:10`
its seems similiar to #562
greets.
The text was updated successfully, but these errors were encountered: