summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2022-08-11 19:47:39 +0200
committerCasey Bodley <cbodley@redhat.com>2022-08-11 19:50:42 +0200
commit51e09d1c8afba8977fa9eab74ac9421b1607f2c1 (patch)
treeec37515e60501934fcd0ea635c50f6bb7920bd4a
parentMerge pull request #47366 from adk3798/quoted-networks (diff)
downloadceph-51e09d1c8afba8977fa9eab74ac9421b1607f2c1.tar.xz
ceph-51e09d1c8afba8977fa9eab74ac9421b1607f2c1.zip
build: temporarily disable WITH_RADOSGW_MOTR in make check
Signed-off-by: Casey Bodley <cbodley@redhat.com>
-rwxr-xr-xinstall-deps.sh2
-rwxr-xr-xrun-make-check.sh1
2 files changed, 1 insertions, 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"