Skip to content

Commit

Permalink
Update grpc and protobuf (envoyproxy#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizan authored Feb 7, 2017
1 parent cfd37bb commit 48f2f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions mixerclient/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
":simple_lru_cache",
"//external:grpc++",
"//external:boringssl_crypto",
"//external:mixer_api_cc_proto",
],
Expand Down
8 changes: 4 additions & 4 deletions mixerclient/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def boringssl_repositories(bind=True):
def protobuf_repositories(bind=True):
native.git_repository(
name = "protobuf_git",
commit = "a428e42072765993ff674fda72863c9f1aa2d268", # v3.1.0
commit = "593e917c176b5bc5aafa57bf9f6030d749d91cd5", # v3.2.0
remote = "https://github.com/google/protobuf.git",
)

Expand Down Expand Up @@ -68,7 +68,7 @@ def protobuf_repositories(bind=True):

native.bind(
name = "protobuf_clib",
actual = "@protobuf_git//:protobuf_lite",
actual = "@protobuf_git//:protoc_lib",
)


Expand Down Expand Up @@ -300,7 +300,7 @@ def grpc_repositories(bind=True):

native.git_repository(
name = "grpc_git",
commit = "d28417c856366df704200f544e72d31056931bce",
commit = "bb3edafea245a9780cc4c10f0b58da21e8193f38", # v1.1.1
remote = "https://github.com/grpc/grpc.git",
)

Expand All @@ -327,7 +327,7 @@ def grpc_repositories(bind=True):

native.bind(
name = "grpc_lib",
actual = "@grpc_git//:grpc++_reflection",
actual = "@grpc_git//:grpc++_codegen_proto",
)

def googleapis_repositories(protobuf_repo="@protobuf_git//", bind=True):
Expand Down

0 comments on commit 48f2f2a

Please sign in to comment.