merge: branch 'ff/fix_unit_test'

fedora: install ethtool explicitly

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2049
This commit is contained in:
Íñigo Huguet 2024-10-08 07:31:36 +00:00
commit c7e0668c27
2 changed files with 3 additions and 2 deletions

View file

@ -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'

View file

@ -53,6 +53,7 @@ install \
dbus-devel \
dbus-x11 \
dhclient \
ethtool \
firewalld-filesystem \
gcc-c++ \
gettext-devel \