From: Vladimír Čunát Date: Tue, 15 Aug 2017 14:39:13 +0000 (+0200) Subject: gitlab-ci: fallout from !352 X-Git-Tag: v1.4.0~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb30c3f40d5113044d5e6002a8645851b587fa3b;p=thirdparty%2Fknot-resolver.git gitlab-ci: fallout from !352 - don't have pyyaml twice - don't install for python3 (for now), just as with other modules --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e4093bac..b78c09ba4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,9 @@ deckard:linux:amd64: script: - apt purge -y python-dnspython python3-dnspython - apt update - - apt install python-pip libffi-dev libaugeas-dev -y - - apt-get install -y python-yaml python3-yaml + - apt install -y python-pip python-yaml libffi-dev libaugeas-dev - pip install --upgrade pip - - pip install --user dnspython pyyaml python-augeas + - pip install --user dnspython python-augeas - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration dependencies: - build:linux:amd64