mirror of https://github.com/milvus-io/milvus.git
update grpc download url to https://github.com/youny626/grpc-milvus/archive/master.zip
Former-commit-id: 06dfa0e0876376498d48d09d5b7c4d2ee634fbbcpull/191/head
parent
5b93d1e903
commit
0d6966b41b
|
@ -370,7 +370,7 @@ if(DEFINED ENV{MILVUS_GRPC_URL})
|
|||
set(GRPC_SOURCE_URL "$ENV{MILVUS_GRPC_URL}")
|
||||
else()
|
||||
set(GRPC_SOURCE_URL
|
||||
"http://git.zilliz.tech/kun.yu/grpc/-/archive/master/grpc-master.tar.gz")
|
||||
"https://github.com/youny626/grpc-milvus/archive/master.zip")
|
||||
endif()
|
||||
set(GRPC_MD5 "7ec59ad54c85a12dcbbfede09bf413a9")
|
||||
|
||||
|
|
Loading…
Reference in New Issue