]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests/build/build: enable WITH_PMEM 2011/head
authorYin Congmin <congmin.yin@intel.com>
Mon, 23 May 2022 09:04:11 +0000 (17:04 +0800)
committerYin Congmin <congmin.yin@intel.com>
Mon, 23 May 2022 09:04:11 +0000 (17:04 +0800)
WITH_PMEM is added in
https://github.com/ceph/ceph/commit/17d2bc3707bb0078e2fa1b4eef31b39804e45135.

Signed-off-by: Yin Congmin <congmin.yin@intel.com>
ceph-pull-requests/build/build

index 9e74e3332e4f2bf664ffd0c6f03c957ca9a3ced1..55bd46365bdfa93d5e3e269bb317d72eacd00cca 100644 (file)
@@ -9,6 +9,7 @@ fi
 export NPROC=$(nproc)
 export WITH_SEASTAR=true
 export WITH_RBD_RWL=true
+export WITH_PMEM=true
 if which apt-get > /dev/null ; then
     export WITH_ZBD=true
 fi