diff --git a/3rd_party/spdk/conanfile.py b/3rd_party/spdk/conanfile.py index 80b8bffe..7c13e6c8 100644 --- a/3rd_party/spdk/conanfile.py +++ b/3rd_party/spdk/conanfile.py @@ -50,6 +50,7 @@ def build(self): "--without-virtio", "--with-fio={}/include/fio".format(self.deps_cpp_info["fio"].rootpath), "--with-uring={}/include".format(self.deps_cpp_info["liburing"].rootpath), + "--without-isal", "--disable-tests", "--disable-unit-tests"] if not self.options.native_build: