nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Does not compile on aarch64 (android+termux) #184

Closed AlexCzar closed 1 year ago

AlexCzar commented 2 years ago

Tried to install using official method cargo install cargo-update on android using termux. Error log is attached. error.txt

nabijaczleweli commented 2 years ago

wowee, exciting time to be a phone user!

error: failed to run custom build command for libssh2-sys v0.2.23

Forwarded to https://github.com/alexcrichton/ssh2-rs/issues/256

AlexCzar commented 1 year ago

wowee, exciting time to be a phone user!

Yep :) It's quite frustrating to have a computing powerhouse in one's pocket and only use it for messaging and reading :D

Solution

; pkg install binutils-is-llvm
; AR=llvm-ar cargo install cargo-update