mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
Use boost 1.79 to avoid queue memory leak (#23977)
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
This commit is contained in:
parent
146050db82
commit
6415ee8cd9
@ -6,7 +6,7 @@ class MilvusConan(ConanFile):
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
requires = (
|
||||
"rocksdb/6.29.5",
|
||||
"boost/1.81.0",
|
||||
"boost/1.79.0",
|
||||
"onetbb/2021.7.0",
|
||||
"nlohmann_json/3.11.2",
|
||||
"zstd/1.5.5",
|
||||
@ -73,7 +73,6 @@ class MilvusConan(ConanFile):
|
||||
self.options["boost"].without_graph = True
|
||||
self.options["boost"].without_graph_parallel = True
|
||||
self.options["boost"].without_nowide = True
|
||||
self.options["boost"].without_url = True
|
||||
|
||||
def imports(self):
|
||||
self.copy("*.dylib", "../lib", "lib")
|
||||
|
Loading…
Reference in New Issue
Block a user