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

Commit

Permalink
Explicitly import latest version of grpc (#276)
Browse files Browse the repository at this point in the history
Fixes --incompatible_bzl_disallow_load_after_statement tracked in #248
  • Loading branch information
smukherj1 authored Mar 8, 2019
1 parent 7c3e33f commit 8d93f89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ load("@build_stack_rules_proto//cpp:deps.bzl", "cpp_grpc_library")

cpp_grpc_library()

http_archive(
name = "com_github_grpc_grpc",
sha256 = "9aec0faff93877e3f46afb7a653e1ea8a8037ec9abf1559d7205cb12d9d538e8",
strip_prefix = "grpc-2779322af7418d9873492310c88e2de961e1663c",
urls = ["https://github.com/grpc/grpc/archive/2779322af7418d9873492310c88e2de961e1663c.tar.gz"],
)

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

grpc_deps()
Expand Down

0 comments on commit 8d93f89

Please sign in to comment.