You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo on Linux on big-endian ppc64 does not work at all, because cargo immediately crashes with illegal instruction. The crashing stack frame does not show a readable name but the next one says .OPENSSL_cpuid_setup ().
Steps
Install cargo on Linux on big-endian ppc64 (I used Fedora 25 in qemu)
Run e.g. cargo --version
Possible Solution(s)
Is there a way to get cargo to use rustls instead of OpenSSL?
Notes
Output of cargo version:
Can't run it, but rustc --version says:
rustc 1.32.0-nightly (6f93e93af 2018-11-14)