We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f328ac6 commit bfbc309Copy full SHA for bfbc309
1 file changed
bazel/grpc_deps.bzl
@@ -138,6 +138,14 @@ def grpc_deps():
138
url = "https://github.com/bazelbuild/rules_cc/archive/624b5d59dfb45672d4239422fa1e3de1822ee110.tar.gz", #2019-08-15
139
)
140
141
+ if not native.existing_rule("rules_proto"):
142
+ http_archive(
143
+ name = "rules_proto",
144
+ sha256 = "88b0a90433866b44bb4450d4c30bc5738b8c4f9c9ba14e9661deb123f56a833d",
145
+ strip_prefix = "rules_proto-b0cc14be5da05168b01db282fe93bdf17aa2b9f4",
146
+ urls = ["https://github.com/bazelbuild/rules_proto/archive/b0cc14be5da05168b01db282fe93bdf17aa2b9f4.tar.gz"],
147
+ )
148
+
149
if "com_github_gflags_gflags" not in native.existing_rules():
150
http_archive(
151
name = "com_github_gflags_gflags",
0 commit comments