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
Problem
On Pinebook Pro Debian stretch (9.9), rustup-init.sh tries to download rustup-init for aarch64, but that doesn't work; the CPU is ARMv8. Even once I downloaded an armv7rustup-init, it guessed the wrong target triple.
Possible Solution(s)
Instead of just checking uname, check the actual ld library; on my machine this is only ld-linux-armhf.so.3 and therefore it is detectable that any aarch64 binaries won't run.