Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'@com_google_protobuf//:cc_toolchain' does not have mandatory provider 'ProtoInfo' #2

Open
tigerquoll opened this issue May 21, 2021 · 1 comment

Comments

@tigerquoll
Copy link

Possibly caused by bazelbuild/bazel#12887

@derdrdirk
Copy link

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",
    ],
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants