Closed ash2k closed 3 months ago
This has been fixed in HEAD for gRPC, so once they release a new version after 1.60.0 rules_proto_grpc
just needs to upgrade to that version
Seems that it has been released 1.62.0 already
Version 5.0.0 should have the version of grpc that resolves this. Let me know if you still see the problem after upgrading
Thanks! I managed to move to bzlmod a few weeks ago, so I don't know if this is still an issue.
Is it possible to backport the fix to 4.6.x? I'm still using that version because I need support for C# which isn't supported in 5.0.x yet.
Issue Description
Trying to upgrade to Bazel 7.0.0 in workspace mode, but the build is failing.
I think https://github.com/grpc/grpc dependency needs to be updated to pick up updates to https://github.com/bazelbuild/apple_support/ to fix the problem?
Log Output
rules_proto_grpc Version
4.6.0
Bazel Version
7.0.0
OS
macOS
Link to Demo Repo
No response
MODULE.bazel or WORKSPACE Content
No response
BUILD Content
No response
Proto Content
No response
Any Other Content
No response