summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-25 07:32:33 +0200
committerThomas Haller <thaller@redhat.com>2019-09-25 15:47:39 +0200
commit1a2a5b37b40c3af703f901fee1dcd9241ab69beb (patch)
tree7eee0b342a7ea03f7fc071f8b657a2df97a7eae3 /.gitlab-ci.yml
parent185567559cd2d85ed44b99ccc433f83c3c8d3703 (diff)
downloadNetworkManager-1a2a5b37b40c3af703f901fee1dcd9241ab69beb.tar.gz
tests: don't install unnecessary package in gitlab-ci tests
REQUIRED_PACKAGES has two uses: - to setup a system for developing NetworkManager. This installs convenience packages like "cscope". - to install the packages required for unit testing in gitlab-ci. For gitlab-ci we should only install the packages that we actually need.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d54b12ed3..ef156c2c30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ stages:
- date '+%Y%m%d-%H%M%S'; ! grep -q '^NAME=.*\(CentOS\)' /etc/os-release || (yum install -y glibc-common && localedef -c -i pl_PL -f UTF-8 pl_PL.UTF-8 && locale -a)
- - date '+%Y%m%d-%H%M%S'; NM_INSTALL="yum install -y" ./contrib/fedora/REQUIRED_PACKAGES
+ - date '+%Y%m%d-%H%M%S'; NM_NO_EXTRA=1 NM_INSTALL="yum install -y" ./contrib/fedora/REQUIRED_PACKAGES
- date '+%Y%m%d-%H%M%S'; yum install -y glibc-langpack-pl ccache clang which
# containers have "tsflags=nodocs" in /etc/dnf/dnf.conf. We need /usr/shared/gtk-doc/html