grpc_getting_started
grpc_getting_started copied to clipboard
'@com_google_protobuf//:cc_toolchain' does not have mandatory provider 'ProtoInfo'
Possibly caused by https://github.com/bazelbuild/bazel/issues/12887
This has been fixed in the rules_proto repository. Change the http_archive to get the latest rules_proto will fix the error:
http_archive(
name = "rules_proto",
strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.tar.gz",
],
)