Pin gRPC version (#963)

Fixes build failure on trusty
master
gaschler 2018-03-08 10:18:28 +01:00 cometido por Wally B. Feed
padre 7e05daa8ca
commit ec078c7e1c
Se han modificado 1 ficheros con 4 adiciones y 1 borrados

Ver fichero

@ -17,8 +17,11 @@
set -o errexit
set -o verbose
VERSION="v1.10.0"
# Digest: 474c5950686e3962bd339c93d27e369bf64f568f
# Build and install gRPC.
git clone https://github.com/grpc/grpc
git clone --branch ${VERSION} --depth 1 https://github.com/grpc/grpc
cd grpc
git submodule update --init
make