Skip to content

Publish a version compatible with Bazel 9 to BCR #41697

Description

@mateusz-olczyk

Is your feature request related to a problem? Please describe.

The newest version of grpc module is 1.78.0. I cannot use cc_grpc_library macro with Bazel 9, because it uses the unsupported native.cc_library. It looks like grpc repository already supports Bazel 9 (or there were some trials):

However, the appropriate version has not been published yet in the Bazel Central Registry.

Describe the solution you'd like

Please publish the version compatible with Bazel 9. Include the new supported Bazel version in .bcr/presubmit.yml. Maybe more tests have to be added before the official support of Bazel 9.

Describe alternatives you've considered

I can fetch the newest version of grpc (master branch) using Bazel directives: archive_override or local_path_override (after cloning grpc repository locally somewhere in my local filesystem).

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions