mirror of https://github.com/milvus-io/milvus.git
downgrade curl for compiled on aarch64 platform (#21739)
Signed-off-by: Yusheng.Ma <Yusheng.Ma@zilliz.com>pull/21772/head
parent
de584b508e
commit
e64f55cd27
|
@ -19,7 +19,7 @@ class MilvusConan(ConanFile):
|
|||
"yaml-cpp/0.7.0",
|
||||
"marisa/0.2.6",
|
||||
"zlib/1.2.13",
|
||||
"libcurl/7.87.0",
|
||||
"libcurl/7.86.0",
|
||||
)
|
||||
|
||||
generators = "cmake"
|
||||
|
|
Loading…
Reference in New Issue