We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f731068 commit 8f325e5Copy full SHA for 8f325e5
WORKSPACE
@@ -42,11 +42,8 @@ http_archive(
42
# gRPC
43
http_archive(
44
name = "com_github_grpc_grpc",
45
- # TODO: Unpin grpc and go back to master when
46
- # 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"],
+ strip_prefix = "grpc-master",
+ urls = ["https://github.com/grpc/grpc/archive/master.tar.gz"],
50
)
51
52
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
0 commit comments