mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-16 02:40:31 +01:00
merge: branch 'ff/fix_unit_test'
fedora: install ethtool explicitly https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2049
This commit is contained in:
commit
c7e0668c27
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