From: John Mulligan Date: Fri, 20 Jun 2025 23:25:53 +0000 (-0400) Subject: install-deps.sh: enable crb for rocky 10 X-Git-Tag: testing/wip-jcollin-testing-20250820.041311-squid~20^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7484dfc9735a1df413590bea7aded2e80888ebd8;p=ceph-ci.git install-deps.sh: enable crb for rocky 10 Rocky Linux 10 has a CRB repo that must be enabled for a number of Ceph's dependencies to be installed via dnf. Signed-off-by: John Mulligan (cherry picked from commit ae7878d3c1aae010776ab7079afe213a9725fb1b) --- diff --git a/install-deps.sh b/install-deps.sh index 958ebdb82e7..8b3447a1e46 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -529,6 +529,8 @@ else $SUDO dnf config-manager --set-enabled crb elif test $ID = centos -a $MAJOR_VERSION = 10 ; then $SUDO dnf config-manager --set-enabled crb + elif test $ID = rocky -a $MAJOR_VERSION = 10 ; then + $SUDO dnf config-manager --set-enabled crb elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then dts_ver=11 $SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"