From 2b80767b579157a85ecd38454a991325698501c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Sch=C3=BCtte?= Date: Fri, 13 Jul 2018 08:48:48 +0200 Subject: [PATCH] Upgrade async_grpc (#1272) --- bazel/repositories.bzl | 4 ++-- scripts/install_async_grpc.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index c74e7d8..31e37c9 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -228,9 +228,9 @@ def cartographer_repositories(): _maybe(native.http_archive, name = "com_github_googlecartographer_async_grpc", - strip_prefix = "async_grpc-a562634ecea49beac5a08436ca76c6b82efb439b", + strip_prefix = "async_grpc-ed8e3b31bdd46a74f0c47b4c53a47e0c0f21141b", urls = [ - "https://github.com/googlecartographer/async_grpc/archive/a562634ecea49beac5a08436ca76c6b82efb439b.tar.gz", + "https://github.com/googlecartographer/async_grpc/archive/ed8e3b31bdd46a74f0c47b4c53a47e0c0f21141b.tar.gz", ], ) diff --git a/scripts/install_async_grpc.sh b/scripts/install_async_grpc.sh index 4c09ce3..b4412e6 100755 --- a/scripts/install_async_grpc.sh +++ b/scripts/install_async_grpc.sh @@ -19,7 +19,7 @@ set -o verbose git clone https://github.com/googlecartographer/async_grpc cd async_grpc -git checkout a562634ecea49beac5a08436ca76c6b82efb439b +git checkout ed8e3b31bdd46a74f0c47b4c53a47e0c0f21141b mkdir build cd build cmake -G Ninja \