bazelbuild / bazel-central-registry

The central registry of Bazel modules for the Bzlmod external dependency system.
https://registry.bazel.build
Apache License 2.0
261 stars 340 forks source link

[Bug]: grpc 1.48.1 doesn't work #2560

Open lhsoft opened 3 months ago

lhsoft commented 3 months ago

What happened?

I'm using grpc 1.48.1 and got following error: the error code:

cc_grpc_library

error message:

every rule of type _generate_cc implicitly depends upon the target '//external:protocol_compiler', but this target could not be found because of: no such target '//external:protocol_compiler':

Version

Development (host) and target OS/architectures:

Output of bazel --version:

Version of relevant rules from the WORKSPACE or MODULE.bazel file:

Language(s) and/or frameworks involved:

How to reproduce

No response

Any other information?

No response

grencez commented 3 months ago

Version 1.48.1 had a few revisions due to protocol_compiler issues. Try 1.48.1.bcr.3 - that's the one that eventually worked for me.