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

grpc-gateway is incompatible with --incompatible_load_proto_rules_from_bzl #1101

Closed
Yannic opened this issue Dec 16, 2019 · 0 comments · Fixed by #1102
Closed

grpc-gateway is incompatible with --incompatible_load_proto_rules_from_bzl #1101

Yannic opened this issue Dec 16, 2019 · 0 comments · Fixed by #1102

Comments

@Yannic
Copy link
Contributor

Yannic commented Dec 16, 2019

Hello maintainers of grpc-gateway 👋,

The Bazel team is in progress of migrating the native Protobuf rules to Starlark. As a first step towards this goal, starting with Bazel 3.0, all Protobuf rules will require explicit load statements.

You can use the following buildifier command to apply most of the required migrations for you:

buildifier --lint=fix --warnings=native-proto $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")

For further information, see bazelbuild/bazel#8922 or ping me.

Thanks,
Yannic

achew22 added a commit to achew22/grpc-gateway that referenced this issue Dec 16, 2019
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

Successfully merging a pull request may close this issue.

1 participant