]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Alma Linux does not seem to understand Code Ready
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Mar 2025 15:25:37 +0000 (15:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Mar 2025 15:25:37 +0000 (15:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index b033e45f702864f4b55fe2bbc90b0c81a584bbf8..72397c1ee42b3f73bd7fe1098d57f13a52de0d0d 100644 (file)
@@ -456,9 +456,6 @@ def installBuildDepsRedHat(distro, compier) {
        if (distro.contains("almalinux:9")) {
                sh "dnf group install -y 'Development Tools'"
 
-               // Enable CodeReady Builder for Almalinux 9
-               sh "dnf config-manager --set-enabled crb"
-
        // Other distributions
        } else {
                sh "dnf group install -y development-tools"