diff --git a/cmake/external/grpc.cmake b/cmake/external/grpc.cmake index 42f94bb6287bccccc79072e02ee81aa4d13251bf..b1bde1b4f2ee18fd55d139bf9918c5739d4f9f5d 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 ""