summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
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 /install-deps.sh
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>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh2
1 files changed, 1 insertions, 1 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
;;