mirror of https://github.com/milvus-io/milvus.git
fix: update folly to resolve simd issue (#28878)
related #27552 , after this, milvus could run successfully on sse4.2 only machine Signed-off-by: chasingegg <chao.gao@zilliz.com>pull/28896/head
parent
038eebba4d
commit
7206795e91
|
@ -36,7 +36,7 @@ class MilvusConan(ConanFile):
|
|||
"xz_utils/5.4.0",
|
||||
"prometheus-cpp/1.1.0",
|
||||
"re2/20230301",
|
||||
"folly/2023.07.12@milvus/dev",
|
||||
"folly/2023.10.30.04@milvus/dev",
|
||||
"google-cloud-cpp/2.5.0@milvus/dev",
|
||||
"opentelemetry-cpp/1.8.1.1@milvus/dev",
|
||||
"librdkafka/1.9.1",
|
||||
|
|
Loading…
Reference in New Issue