diff options
author | Casey Bodley <cbodley@redhat.com> | 2022-08-11 19:47:39 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2022-08-11 19:50:42 +0200 |
commit | 51e09d1c8afba8977fa9eab74ac9421b1607f2c1 (patch) | |
tree | ec37515e60501934fcd0ea635c50f6bb7920bd4a /install-deps.sh | |
parent | Merge pull request #47366 from adk3798/quoted-networks (diff) | |
download | ceph-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-x | install-deps.sh | 2 |
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 ;; |