bridge-cli icon indicating copy to clipboard operation
bridge-cli copied to clipboard

Does brew install get an arm64 binary on macintosh?

Open fdr opened this issue 1 year ago • 2 comments

When following https://docs.crunchybridge.com/quickstart/cli on an arm64 macintosh, I believe it gets a x64 binary instead, and then crashes with something like "invalid instruction".

Probably there should be an arm64 build for mac, but if not, exiting brew install with a message rather than getting an illegal instruction type of error would be better.

I'm reporting on behalf of another, I would be more definitive, but I do not have easy access to an arm64 macintosh

fdr avatar Apr 05 '24 22:04 fdr

Hmm... it should be an arm64 compatible binary. I'll look into it though. Thanks.

abrightwell avatar Apr 05 '24 23:04 abrightwell

I did confirm the fault with something like file $(which cb) and it did say an x64 binary. This was on a somewhat pedestrian macbook, though perhaps newish?

fdr avatar Apr 10 '24 00:04 fdr

Fixed in v3.5.1.

abrightwell avatar May 14 '24 12:05 abrightwell