From: Hans-Christoph Steiner Date: Fri, 29 Dec 2017 14:28:51 +0000 (+0100) Subject: gitlab-ci: temp disable some tests on Debian/testing X-Git-Tag: 1.0.0~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=fdroidserver.git;a=commitdiff_plain;h=6816ef15dd6f9fe8d977513e1addff5cc5bf1bcb gitlab-ci: temp disable some tests on Debian/testing build-tools needs an update before these tests will work again. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 006461bf..e15ff64c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,9 @@ debian_testing: - export LANG=C.UTF-8 - cd tests - rm -f install.TestCase # fails frequently and is unimportant + - # Debian's build-tools is too old, remove once the package has been updated + - sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' tests/repo/index.xml + - sed -i '/^diff -uw .*index-v1.json$/d' tests/run-tests - ./run-tests ubuntu_lts: