]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
install-deps.sh: enable crb for rocky 10
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Jun 2025 23:25:53 +0000 (19:25 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 31 Jul 2025 21:52:49 +0000 (17:52 -0400)
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 <jmulligan@redhat.com>
(cherry picked from commit ae7878d3c1aae010776ab7079afe213a9725fb1b)

install-deps.sh

index 958ebdb82e73b6f0b6195194e274ffdf4cfdbe5e..8b3447a1e4644e9425f95ccaa94f94e9f5258996 100755 (executable)
@@ -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"