mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 12:50:09 +01:00
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.
This commit is contained in:
parent
f306d6a2ce
commit
5f54ced2ee
2 changed files with 3 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ install \
|
|||
dbus-devel \
|
||||
dbus-x11 \
|
||||
dhclient \
|
||||
ethtool \
|
||||
firewalld-filesystem \
|
||||
gcc-c++ \
|
||||
gettext-devel \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue