]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
do_cmake.sh: enable amqp and rdma for EL8
authorKefu Chai <kchai@redhat.com>
Thu, 17 Oct 2019 14:22:06 +0000 (22:22 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 17 Oct 2019 14:22:08 +0000 (22:22 +0800)
the PowerTools repo now has the related dependencies, so let's enable
them.

Signed-off-by: Kefu Chai <kchai@redhat.com>
do_cmake.sh

index edded7a8e701e233f53c25068b0439bb471eb41e..8ea1b08f3e2d10b9d09d91b9043e1d007f10afe6 100755 (executable)
@@ -23,8 +23,6 @@ if [ -r /etc/os-release ]; then
           MAJOR_VER=$(echo "$VERSION_ID" | sed -e 's/\..*$//')
           if [ "$MAJOR_VER" -ge "8" ] ; then
               PYBUILD="3.6"
-              ARGS+=" -DWITH_RADOSGW_AMQP_ENDPOINT=OFF"
-              ARGS+=" -DWITH_RDMA=OFF"
           fi
           ;;
       opensuse*|suse|sles)