Skip to content

Commit

Permalink
build: temporarily disable WITH_RADOSGW_MOTR in make check
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley committed Aug 11, 2022
1 parent 5ab5ff4 commit 51e09d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down
1 change: 0 additions & 1 deletion run-make-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51e09d1

Please sign in to comment.