Conversation
PR SummaryIntroduces Homebrew support for installing two protoc-gen plugins across macOS (arm64/intel) and Linux (arm64/x86_64).
Written by Cursor Bugbot for commit 290ff7b. This will update automatically on new commits. Configure here. |
WalkthroughAdds two new Homebrew formulae for protoc plugins: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@Formula/protoc-gen-elixir-grpc.rb`:
- Around line 7-17: The formula currently only defines macOS platforms using the
on_macos block with nested on_arm64 and on_intel; add an on_linux block
mirroring that structure and include nested on_arm64 and on_intel blocks that
set the URL to the matching Linux release files
(protoc-gen-elixir-grpc@v0.4.2_Linux_arm64.tar.gz and
protoc-gen-elixir-grpc@v0.4.2_Linux_x86_64.tar.gz) and provide the corresponding
sha256 values; specifically modify the existing on_macos section near the
on_arm64 and on_intel entries and add an on_linux do ... end block with the same
pattern of url "..." and sha256 "..." entries so Linux arm64 and x86_64 binaries
are installed.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
5a4f735 to
290ff7b
Compare
Signed-off-by: Yordis Prieto yordis.prieto@gmail.com