summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-18.2.4-spdk.patch
blob: 27fb3c6eaa890b4db3b1c24fcb2db8c4edef04b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmake/modules/BuildSPDK.cmake b/cmake/modules/BuildSPDK.cmake
index d6ce97e..0c49e05 100644
--- a/cmake/modules/BuildSPDK.cmake
+++ b/cmake/modules/BuildSPDK.cmake
@@ -51,6 +51,8 @@ macro(build_spdk)
       --with-dpdk=${DPDK_DIR}
       --without-isal
       --without-vhost
+      --disable-tests
+      --disable-unit-tests
       --target-arch=${target_arch}
     # unset $CFLAGS, otherwise it will interfere with how SPDK sets
     # its include directory.