downgrade curl for compiled on aarch64 platform (#21739)

Signed-off-by: Yusheng.Ma <Yusheng.Ma@zilliz.com>
This commit is contained in:
presburger 2023-01-17 14:53:42 +08:00 committed by GitHub
parent de584b508e
commit e64f55cd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ class MilvusConan(ConanFile):
"yaml-cpp/0.7.0", "yaml-cpp/0.7.0",
"marisa/0.2.6", "marisa/0.2.6",
"zlib/1.2.13", "zlib/1.2.13",
"libcurl/7.87.0", "libcurl/7.86.0",
) )
generators = "cmake" generators = "cmake"