Skip to content

Commit

Permalink
do_cmake.sh: enable amqp and rdma for EL8
Browse files Browse the repository at this point in the history
the PowerTools repo now has the related dependencies, so let's enable
them.

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Oct 17, 2019
1 parent de50fcd commit 6d59402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d59402

Please sign in to comment.