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

Commit 8f325e5

Browse files
authored
Unpin grpc, build works on Darwin again. (#288)
This reverts commit 002dea8.
1 parent f731068 commit 8f325e5

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
@@ -42,11 +42,8 @@ http_archive(
4242
# gRPC
4343
http_archive(
4444
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"],
45+
strip_prefix = "grpc-master",
46+
urls = ["https://github.com/grpc/grpc/archive/master.tar.gz"],
5047
)
5148

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

0 commit comments

Comments
 (0)