Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update dependency on grpc (#353)
Browse files Browse the repository at this point in the history
With this change, the repository can build with Bazel flag
--incompatible_depset_is_not_iterable, which will be enabled by default
soon.
  • Loading branch information
laurentlb authored and k8s-ci-robot committed May 30, 2019
1 parent d6dcb11 commit e521766
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,10 @@ cpp_grpc_library()

http_archive(
name = "com_github_grpc_grpc",
sha256 = "a1fae46e4718888ae2a976f09542d7bff879003a3bd28f4f684a9c74c43bccda",
strip_prefix = "grpc-a30c1d097123bd2b3327383c5bb63ec176598815",
urls = ["https://github.com/grpc/grpc/archive/a30c1d097123bd2b3327383c5bb63ec176598815.tar.gz"],
sha256 = "bcb01ac7029a7fb5219ad2cbbc4f0a2df3ef32db42e236ce7814597f4b04b541",
strip_prefix = "grpc-79a8b5289e3122d2cea2da3be7151d37313d6f46",
# Commit from 2019-05-30
urls = ["https://github.com/grpc/grpc/archive/79a8b5289e3122d2cea2da3be7151d37313d6f46.tar.gz"],
)

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

0 comments on commit e521766

Please sign in to comment.