Skip to content
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

[macOS] Bad CPU type in executable #600

Open
mamachanko opened this issue May 19, 2024 · 3 comments
Open

[macOS] Bad CPU type in executable #600

mamachanko opened this issue May 19, 2024 · 3 comments

Comments

@mamachanko
Copy link

What happened

Both 0.27.1 and 0.27.0 produce

❯ ./selene
-bash: ./selene: Bad CPU type in executable

0.26.1 was the last good version.

Env

Sonoma 14.4.1.

❯ uname -a
Darwin ***redacted*** 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05 PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64
@abigagli
Copy link

Confirmed. It seems macos releases since 0.27.0 only include arm binaries.
Yes you can always cargo install it and that would build for the host architecture, but e.g. when using it within neovim through some pkg manager, it is annoying as that will only download whatever is available as a gh release...
Can you please re-add the macos x86_64 version to the next releases?

@Per48edjes
Copy link

Also confirming that I'm experiencing the exact same issue in the same context (i.e., Neovim vis-a-vis a plugin dependency).

@shivanthzen
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants