From 77de8fc74677635d8f13bf0f7938214408f45c68 Mon Sep 17 00:00:00 2001 From: Enwei Jiao Date: Mon, 26 Dec 2022 09:57:29 +0800 Subject: [PATCH] Fix boost compile error (#21374) Signed-off-by: Enwei Jiao --- internal/core/conanfile.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/internal/core/conanfile.py b/internal/core/conanfile.py index 6e658493d9..3435be3c3f 100644 --- a/internal/core/conanfile.py +++ b/internal/core/conanfile.py @@ -31,6 +31,13 @@ class MilvusConan(ConanFile): "aws-sdk-cpp:text-to-speech": False, "aws-sdk-cpp:transfer": False, "gtest:build_gmock": False, + "boost:without_fiber": True, + "boost:without_json": True, + "boost:without_wave": True, + "boost:without_math": True, + "boost:without_graph": True, + "boost:without_graph_parallel": True, + "boost:without_nowide": True, } should_build = False