mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
install-deps.sh, do_cmake.sh: almalinux is another el flavour
Signed-off-by: Dan van der Ster <dan.vanderster@clyso.com>
This commit is contained in:
parent
6c4ed58ab1
commit
6e85f76385
@ -31,7 +31,7 @@ if [ -r /etc/os-release ]; then
|
||||
PYBUILD="3.7"
|
||||
fi
|
||||
;;
|
||||
rocky|rhel|centos)
|
||||
almalinux|rocky|rhel|centos)
|
||||
MAJOR_VER=$(echo "$VERSION_ID" | sed -e 's/\..*$//')
|
||||
if [ "$MAJOR_VER" -ge "9" ] ; then
|
||||
PYBUILD="3.9"
|
||||
|
||||
@ -513,14 +513,14 @@ else
|
||||
install_cortx_motr_on_ubuntu
|
||||
fi
|
||||
;;
|
||||
rocky|centos|fedora|rhel|ol|virtuozzo)
|
||||
almalinux|rocky|centos|fedora|rhel|ol|virtuozzo)
|
||||
builddepcmd="dnf -y builddep --allowerasing"
|
||||
echo "Using dnf to install dependencies"
|
||||
case "$ID" in
|
||||
fedora)
|
||||
$SUDO dnf install -y dnf-utils
|
||||
;;
|
||||
rocky|centos|rhel|ol|virtuozzo)
|
||||
almalinux|rocky|centos|rhel|ol|virtuozzo)
|
||||
MAJOR_VERSION="$(echo $VERSION_ID | cut -d. -f1)"
|
||||
$SUDO dnf install -y dnf-utils selinux-policy-targeted
|
||||
rpm --quiet --query epel-release || \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user