Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#13165 from gongweibao/fixgrpcurl
Browse files Browse the repository at this point in the history
Fix grpc download url bug.
  • Loading branch information
panyx0718 authored Sep 3, 2018
2 parents 1cc35f3 + f0e89b8 commit 4529f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/grpc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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://paddlepaddledeps.cdn.bcebos.com/grpc-v1.10.x.tar.gz"
URL_MD5 "1f268a2aff6759839dccd256adcc91cf"
PREFIX ${GRPC_SOURCES_DIR}
UPDATE_COMMAND ""
Expand Down

0 comments on commit 4529f70

Please sign in to comment.