From 5f54ced2ee7094e23e2ce8dacc211c3823add7a2 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Mon, 7 Oct 2024 13:50:27 +0200 Subject: [PATCH] fedora: install ethtool explicitly Some container images do not have ethtool installed by default and it is needed for a test-core unit test to run. --- .gitlab-ci.yml | 4 ++-- contrib/fedora/REQUIRED_PACKAGES | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 240078b89..879589c2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,9 +61,9 @@ variables: # This is done by running `ci-fairy generate-template` and possibly bumping # ".default_tag". ALPINE_TAG: 'tag-759073a4a7c5' - CENTOS_TAG: 'tag-0d2843d78314' + CENTOS_TAG: 'tag-8e3ebf909439' DEBIAN_TAG: 'tag-529c288644bc' - FEDORA_TAG: 'tag-0d2843d78314' + FEDORA_TAG: 'tag-8e3ebf909439' UBUNTU_TAG: 'tag-529c288644bc' ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh' diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index adffcd9ee..869edcfce 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -53,6 +53,7 @@ install \ dbus-devel \ dbus-x11 \ dhclient \ + ethtool \ firewalld-filesystem \ gcc-c++ \ gettext-devel \