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
cargo install zellij compiles in i386 instead of arm64 (i'm on m1)
Issue description
cargo install and compiles zellij in i386 instead of native arm64.
cargo itself is compiled in aarch64
Output for file (which cargo) is
...bin/cargo: Mach-O 64-bit executable arm64
Minimal reproduction
Other relevant information
I am able to install zellij in arm64 using homebrew. kinda weird.
However the ones from homebrew cannot launch correctly, it keeps saying zellij missing required cpu features
I found a solution to this issue about CPU features missing however: #2963
The text was updated successfully, but these errors were encountered:
pencilcheck
changed the title
cargo install zellij compiles in i386 instead of aarch64 (i'm on m1)cargo install zellij compiles in i386 instead of arm64 (i'm on m1)
Sep 13, 2024
cargo install zellij
compiles in i386 instead of arm64 (i'm on m1)Issue description
cargo install and compiles zellij in i386 instead of native arm64.
cargo itself is compiled in aarch64
Output for
file (which cargo)
isMinimal reproduction
Other relevant information
I am able to install zellij in arm64 using homebrew. kinda weird.
However the ones from homebrew cannot launch correctly, it keeps saying
zellij missing required cpu features
I found a solution to this issue about CPU features missing however: #2963
The text was updated successfully, but these errors were encountered: