-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken build for broot
on aarch64-apple-darwin
#255
Comments
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. |
broot
broot
on aarch64-apple-darwin
Actually, I realized I could test the Linux binary via a Codespace or Gitpod. The |
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.The text was updated successfully, but these errors were encountered: