From: Vladimír Čunát Date: Wed, 9 Aug 2017 09:27:53 +0000 (+0200) Subject: gitlab CI: try to fix it X-Git-Tag: v1.3.3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104ebee416db82ed47f9c74a70787c7e4e61de31;p=thirdparty%2Fknot-resolver.git gitlab CI: try to fix it --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f24cf6c7..c31d8667b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,11 @@ test:linux:amd64: deckard:linux:amd64: stage: test script: - - LC_ALL=C.UTF-8 add-apt-repository ppa:raphink/augeas -y - - apt-get install -y python-yaml python-augeas + - apt purge -y python-dnspython python3-dnspython + - apt update + - apt install python-pip libffi-dev libaugeas-dev -y + - pip install --upgrade pip + - pip install --user dnspython pyyaml python-augeas - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration dependencies: - build:linux:amd64