]> git.proxmox.com Git - ceph.git/blobdiff - ceph/run-make-check.sh
import ceph quincy 17.2.1
[ceph.git] / ceph / run-make-check.sh
index 85d58a3d310c490e5081da2a4178fe7ecc122323..abe1670f566076692d91578ca0957ccab8faa664 100755 (executable)
@@ -96,9 +96,10 @@ function main() {
     if [ $WITH_ZBD ]; then
         cmake_opts+=" -DWITH_ZBD=ON"
     fi
-    if [ $WITH_PMEM ]; then
-        cmake_opts+=" -DWITH_RBD_RWL=ON -DWITH_SYSTEM_PMDK=ON"
+    if [ $WITH_RBD_RWL ]; then
+        cmake_opts+=" -DWITH_RBD_RWL=ON"
     fi
+    cmake_opts+=" -DWITH_RBD_SSD_CACHE=ON"
     configure "$cmake_opts" "$@"
     build tests
     echo "make check: successful build on $(git rev-parse HEAD)"