]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
gitlab CI: try to fix it
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 9 Aug 2017 09:27:53 +0000 (11:27 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 9 Aug 2017 09:51:07 +0000 (11:51 +0200)
.gitlab-ci.yml

index 8f24cf6c7b93768b40f12dafd23f6574bdf283c4..c31d8667bb1da06ca976970bbb58870ca9bc96b2 100644 (file)
@@ -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