ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.54k stars 523 forks source link

zoxide has not yet been packaged for your architecture (powerpc64le-unknown-linux-musl) #668

Closed jmr533 closed 5 months ago

jmr533 commented 6 months ago

Full message:

Detected architecture: powerpc64le-unknown-linux-musl
Error: zoxide has not yet been packaged for your architecture (powerpc64le-unknown-linux-musl), please file an issue: https://github.com/ajeetdsouza/zoxide/issues

I get this when trying to install zoxide on an RH8 machine on ppc64le. I haven't found a binary out there yet that works with this.

ajeetdsouza commented 5 months ago

Rust doesn't fully support powerpc64le-unknown-linux-musl yet: https://doc.rust-lang.org/nightly/rustc/platform-support.html

Closing this for now, but feel free to reopen once there is a way to compile Rust to this platform.