Open ilyagr opened 4 months ago
Our CI uses cargo-auditable to build the binary, I suppose that could be the problem?
I don't have an idea of what's going on, but I can perhaps test another binary if you try to do something differently.
I'm also wondering whether the Linux QuickInstall binary works. I don't currently have a good way to test x86 Linux binaries, but maybe I'll set some VM up.
Actually, I realized I could test the Linux binary via a Codespace or Gitpod. The x86_64-unknown-linux-gnu
broot
binary seems to work OK.
I changed the CI to macOS 14 which uses M1, perhaps that will fix it
I've removed broot 1.40.0 aarch64-apple-darwin build, it should then be rebuilt later.
The newly recreated https://github.com/cargo-bins/cargo-quickinstall/releases/download/broot-1.40.0/broot-1.40.0-aarch64-apple-darwin.tar.gz still fails with the same message, unfortunately.
The x86 version runs OK via Rosetta.
Installing
broot
1.40.0 from QuickInstall on Mac OS Apple Silicon results in a broken build.OTOH, installing broot 1.40.0 with
cargo install --locked --features clipboard broot
works for me.