-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Darwin arm64 not in binary releases #8428
Comments
hi karelbilek, could you pls introduce how to run protobuf via Rosetta? thank you |
Just run x86_64 as a normal binary. It's transparent Note that you need to install rosetta first maybe
|
Got it, thank you. |
Ah it is duplicate with (closed) #8062 , which I did not see |
any news? |
@vtolstov A compatible build was released with 3.18.0 and later which includes builds for osx-aarch_64. The Aarch_64 build is however not included in the 4.0.0 RC releases. https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.18.0/ |
oh, thanks! do you have some roadmap when the aarch_64 will be released? |
4.0.0 RC is not something anyone should be using, and I don't think has any immediate plans to be released. Please use 3.19: https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.19.0/ 4.0.0 RC is dead afaik. |
Why was this closed? The 3.* releases still don't have ARM64 support on darwin. |
Ah, I see, it is in maven, but not on github https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.1 |
Looks like the binaries on maven are not really arm64 but just x84_64 with the filename change :-(
|
OK. Then @perezd can reopen? But rosetta works fine so whatwever, it's not that slow anyway |
It seems solved, latest releases are universal binaries. (Since 3.20) |
Describe the problem you are trying to solve.
Install protocol on M1 Mac
Describe the solution you'd like
osx-aarch_64 in binary releases
Describe alternatives you've considered
Rosetta support, and it actually does work.
The text was updated successfully, but these errors were encountered: