mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix arrow compile error (#26626)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
This commit is contained in:
parent
905d4b389a
commit
bc6b376c13
@ -62,9 +62,12 @@ class MilvusConan(ConanFile):
|
||||
"rocksdb:with_zstd": True,
|
||||
"arrow:parquet": True,
|
||||
"arrow:compute": True,
|
||||
"arrow:with_re2": True,
|
||||
"arrow:with_zstd": True,
|
||||
"arrow:shared": False,
|
||||
"arrow:with_boost": True,
|
||||
"arrow:with_thrift": True,
|
||||
"arrow:with_jemalloc": True,
|
||||
"arrow:shared": False,
|
||||
"aws-sdk-cpp:text-to-speech": False,
|
||||
"aws-sdk-cpp:transfer": False,
|
||||
"gtest:build_gmock": False,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user