From 98f758d3d696430a3ad7d15866ca1668301bd8e8 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 5 Jul 2018 22:44:15 +0800 Subject: [PATCH] Change the grpc package version to the v1.10.x-paddle patch --- cmake/external/grpc.cmake | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cmake/external/grpc.cmake b/cmake/external/grpc.cmake index 42f94bb6287..b1bde1b4f2e 100644 --- a/cmake/external/grpc.cmake +++ b/cmake/external/grpc.cmake @@ -44,10 +44,8 @@ ExternalProject_Add( # 3. keep only zlib, cares, protobuf, boringssl under "third_party", # checkout and clean other dirs under third_party # 4. remove .git, and package the directory. - #URL "http://paddlepaddledeps.bj.bcebos.com/grpc-v1.10.x.tar.gz" - URL "http://localhost:8000/grpc-v1.13.x.tar.gz" - #URL_MD5 "1f268a2aff6759839dccd256adcc91cf" - URL_MD5 "f5ae795081d7e5befa648876aee62cc8" + URL "http://paddlepaddledeps.bj.bcebos.com/grpc-v1.10.x-paddle.tar.gz" + URL_MD5 "6c472b60703aad03ce697c502a70c01f" PREFIX ${GRPC_SOURCES_DIR} UPDATE_COMMAND "" CONFIGURE_COMMAND "" -- GitLab