mirror of
https://github.com/ceph/ceph
synced 2025-02-18 00:17:37 +00:00
do_cmake.sh: disable amqp and rdma on RHEL/CentOS 8
RHEL/CentOS 8 does not offer librabbitmq-devel, libibverbs-devel and librdmacm-devel at this moment. so disable these features now. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
612376a749
commit
a118ba0eda
@ -23,6 +23,8 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user