mirror of https://github.com/milvus-io/milvus.git
fix: Fix rocksdb compile failed (#28484)
Fix: #27675 /kind improvement Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>pull/28488/head
parent
47eb76b202
commit
cc713931e9
|
@ -4,7 +4,7 @@ from conans import ConanFile
|
||||||
class MilvusConan(ConanFile):
|
class MilvusConan(ConanFile):
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
requires = (
|
requires = (
|
||||||
"rocksdb/6.29.5",
|
"rocksdb/6.29.5@milvus/dev",
|
||||||
"boost/1.82.0",
|
"boost/1.82.0",
|
||||||
"onetbb/2021.9.0",
|
"onetbb/2021.9.0",
|
||||||
"nlohmann_json/3.11.2",
|
"nlohmann_json/3.11.2",
|
||||||
|
|
Loading…
Reference in New Issue