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

Add dependency on @grpc_ecosystem_grpc_gateway to repositories.bzl #3

Open
stevewolter opened this issue Feb 18, 2019 · 0 comments
Open

Comments

@stevewolter
Copy link
Contributor

bazel/proto_k8s_service.bzl depends on grpc_ecosystem_grpc_gateway, so we should pull it in in repositories.bzl.

There is some complexity, as if we use go_repository() we introduce a dependency on rules_go, but if we use git_repository() then projects that use Golang may have to override it in WORKSPACE before calling cloud_robotics_repositories to be able to depend on go_library rules in @grpc_ecosystem_grpc_gateway.

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

1 participant