-
Notifications
You must be signed in to change notification settings - Fork 172
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
brew install zenoh
failed on M1Mac
#711
Comments
Hi @takasehideki , thanks for your bug reporting. Yes, we can reproduce it. Here's my observation: Different versions of zenoh-0.10.1-rc-aarch64-apple-darwin.zip
Expected: 8af89b8bf1d20d9d0bd5d440ff4c0532d3ab1e360e056625b5e434f31e0aeb75 --> 2023-12-21
Actual: 03ae125c26d498a83cd91dfc4516f36c0503b595959400bc04907562dfeed19f --> 2024-01-17 @fuzzypixelz, maybe we need to re-publish the release of 0.10.1-rc? And our release routine seems to be down for a while. https://github.com/eclipse-zenoh/zenoh/actions/runs/7777656546 |
@YuanYuYuan This happened because we had to rebuild artifacts in order to regenerate the Debian packages (they were broken too). I think the simplest solution is to rectify the SHA in homebrew-zenoh. |
I see. Then let's do it as a quick fix to not affect our macOS users. 😀 |
@YuanYuYuan @fuzzypixelz Thank you so much! I could confirm the appropriate operation of |
Describe the bug
brew install zenoh
failed on my M1 Mac environment.This may be due to SHA256 mismatch.
I tried rewriting the values directly with
brew edit zenoh
, but it did not work correctly.The binaries zenoh-0.10.1-rc-aarch64-apple-darwin.zip available from Releases are working fine, so there is no immediate problem for me. However, I wanna know the better solution if you have a more appropriate one.
To reproduce
System info
The text was updated successfully, but these errors were encountered: