Skip to content

Commit

Permalink
Remove isal dependency for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Sep 7, 2023
1 parent 8e50872 commit fff4dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3rd_party/spdk/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fff4dbd

Please sign in to comment.