From: Michael Tremer Date: Mon, 10 Mar 2025 15:25:37 +0000 (+0000) Subject: jenkins: Alma Linux does not seem to understand Code Ready X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879108b20a64000332ce0f104b795f48cbad3807;p=location%2Flibloc.git jenkins: Alma Linux does not seem to understand Code Ready Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index b033e45..72397c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"