]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
jenkins: Ensure RedHat/Fedora systems are up to date master
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Jul 2026 14:33:30 +0000 (14:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Jul 2026 14:33:30 +0000 (14:33 +0000)
We seem to constantly run into the same bugs on rawhide where the image
is not being updated too often.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 6a8836187f88a2f0abe9191d42dca5bed8dde2cb..c6c8d9a36fe68e9b07d642e527ad90cf8acaa8ec 100644 (file)
@@ -453,6 +453,10 @@ pipeline {
 
 // Installs everything we need on RHEL/Fedora/etc.
 def installBuildDepsRedHat(distro, compier) {
 
 // Installs everything we need on RHEL/Fedora/etc.
 def installBuildDepsRedHat(distro, compier) {
+       // Ensure the system is up to date
+       sh "dnf upgrade -y"
+
+       // Install development tools
        sh "dnf group install -y development-tools"
 
        // Install our own build and runtime dependencies
        sh "dnf group install -y development-tools"
 
        // Install our own build and runtime dependencies