summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-12-22 22:27:15 +0100
committerThomas Haller <thaller@redhat.com>2020-12-23 10:48:26 +0100
commit81e0837678156f1c578d1092e7b3d5e25c3c5cee (patch)
tree4544836803f4a8e49f031f135a23d866145ad331
parentc50da167bc8a70f18edc786591131e77bcfd8468 (diff)
downloadNetworkManager-81e0837678156f1c578d1092e7b3d5e25c3c5cee.tar.gz
gitlab-ci: install missing packages on Alpine Linux
The "contrib/alpine/REQUIRED_PACKAGES" script is also used by gitlab-ci to setup the test container. These packages are required for unit tests.
-rw-r--r--.gitlab-ci.yml2
-rwxr-xr-xcontrib/alpine/REQUIRED_PACKAGES3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a35f64199..f738c6f889 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ variables:
UBUNTU_TAG: '2020-11-17.0-45915bd6e380'
DEBIAN_TAG: '2020-11-17.0-45915bd6e380'
CENTOS_TAG: '2020-11-17.0-cbb87607d569'
- ALPINE_TAG: '2020-11-17.0-8309a34970a3'
+ ALPINE_TAG: '2020-11-17.0-eafb903b544b'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'
diff --git a/contrib/alpine/REQUIRED_PACKAGES b/contrib/alpine/REQUIRED_PACKAGES
index 6c9ad8deba..9e2fd779fd 100755
--- a/contrib/alpine/REQUIRED_PACKAGES
+++ b/contrib/alpine/REQUIRED_PACKAGES
@@ -21,6 +21,7 @@ apk add \
'gobject-introspection-dev' \
'gtk-doc' \
'intltool' \
+ 'iproute2' \
'iptables' \
'jansson-dev' \
'libgudev-dev' \
@@ -41,9 +42,11 @@ apk add \
'polkit-dev' \
'ppp' \
'ppp-dev' \
+ 'py3-dbus' \
'py3-gobject3' \
'python3' \
'readline-dev' \
'util-linux-dev' \
'vala' \
+ 'valgrind' \
'vim'