Upgrade async_grpc (#1272)

master
Christoph Schütte 2018-07-13 08:48:48 +02:00 committed by Wally B. Feed
parent dce713b442
commit 2b80767b57
2 changed files with 3 additions and 3 deletions

View File

@ -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",
],
)

View File

@ -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 \