We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a0081 commit 002dea8Copy full SHA for 002dea8
WORKSPACE
@@ -42,8 +42,11 @@ http_archive(
42
# gRPC
43
http_archive(
44
name = "com_github_grpc_grpc",
45
- strip_prefix = "grpc-master",
46
- urls = ["https://github.com/grpc/grpc/archive/master.tar.gz"],
+ # TODO: Unpin grpc and go back to master when
+ # https://github.com/grpc/grpc/pull/18082 is resolved.
47
+ # (build is broken on darwin)
48
+ strip_prefix = "grpc-b03e014ad82c39b7c91d794bc775c0d4ec187e1b",
49
+ urls = ["https://github.com/grpc/grpc/archive/b03e014ad82c39b7c91d794bc775c0d4ec187e1b.tar.gz"],
50
)
51
52
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
0 commit comments