From 51e09d1c8afba8977fa9eab74ac9421b1607f2c1 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 11 Aug 2022 13:47:39 -0400 Subject: [PATCH] build: temporarily disable WITH_RADOSGW_MOTR in make check Signed-off-by: Casey Bodley --- install-deps.sh | 2 +- run-make-check.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index c0449de6c18..9dfafd94d47 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -394,7 +394,7 @@ EOF if [ "$control" != "debian/control" ] ; then rm $control; fi # for rgw motr backend build checks - if $for_make_check || $with_rgw_motr; then + if $with_rgw_motr; then install_cortx_motr_on_ubuntu fi ;; diff --git a/run-make-check.sh b/run-make-check.sh index f425c85145c..62743038739 100755 --- a/run-make-check.sh +++ b/run-make-check.sh @@ -90,7 +90,6 @@ function main() { cmake_opts+=" -DWITH_CEPHFS_SHELL=ON" cmake_opts+=" -DWITH_GRAFANA=ON" cmake_opts+=" -DWITH_SPDK=ON" - cmake_opts+=" -DWITH_RADOSGW_MOTR=ON" cmake_opts+=" -DWITH_RBD_MIRROR=ON" if [ $WITH_SEASTAR ]; then cmake_opts+=" -DWITH_SEASTAR=ON" -- 2.39.5