Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 2c2f1a9

Browse files
authored
Depend on gRPC master branch. (#34)
Using *.tar.gz instead of *.zip works around: bazelbuild/bazel#2656
1 parent cdfcbcc commit 2c2f1a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

WORKSPACE

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ http_archive(
3838
# gRPC
3939
http_archive(
4040
name = "com_github_grpc_grpc",
41-
# TODO: Switch to master branch:
42-
#urls = ["https://github.com/grpc/grpc/archive/master.zip"],
43-
#strip_prefix = "grpc-master"
44-
urls = ["https://github.com/grpc/grpc/archive/v1.9.1.zip"],
45-
strip_prefix = "grpc-1.9.1",
41+
urls = ["https://github.com/grpc/grpc/archive/master.tar.gz"],
42+
strip_prefix = "grpc-master"
4643
)
4744

4845
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")

0 commit comments

Comments
 (0)