-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Release an arm64 / macOS apple silicon binary #468
Comments
It seems GitHub action only provide x86 machines, I wonder if cross compile could work here |
I have had success cross-compiling for arm64 macOS with Rust and Go, so I assume it might be possible with Zig, but I haven't tried yet. |
Sad, Zig(47c58cba5) cann't compile zls(latest ba68a4d)
|
After some blame, it's this commit break zls... |
I'm also on Macbook with M1 chip and |
@nahuakang do you have rosetta installed? you should be able to run x86 releases |
@haze Thanks for the suggestion but I'm still getting (
Incidentally: My |
I think we can just add @haze Any thoughts? |
@nahuakang your question is off-topic, maybe open a new issue is appropriate. |
maybe VSCODE isn’t expanding that environment variable?
i think this can work, i don’t remember if linux can produce macos aarch64 binaries and in the worst case you can always compile them from the intel runner; it’s up to @SuperAuguste to do it tho |
This would be great, because x86_64 version crashes on Apple M1. |
I'll do this now, sorry for the delay y'all! In the future, feel free to PR things like this - no change is too small! |
The most recent release of zls (https://github.com/zigtools/zls/releases/tag/0.9.0) includes only x86 binaries. It'd be helpful for developers on the current generation of Apple computers to be able to use zls.
Could builds for arm64 macOS be included in the next release?
The text was updated successfully, but these errors were encountered: