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>
// 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