From: Peter Hutterer Date: Thu, 6 Feb 2020 00:22:48 +0000 (+1000) Subject: gitlab CI: don't run distcheck on centos 7 anymore X-Git-Tag: libevdev-1.8.901~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b97b970c0d44da0e1b044cb9b13616cdfa98177;p=platform%2Fupstream%2Flibevdev.git gitlab CI: don't run distcheck on centos 7 anymore With b65be7aa79 the centos 7 RPMs don't include doxygen anymore, so let's drop the distcheck job. Centos 7 is old enough at this point that we don't need to care too much. Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c204660..ef8a4c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -416,6 +416,7 @@ centos:7@default-build: extends: .centos-build@template variables: CENTOS_VERSION: 7 + MAKE_ARGS: '' # disable distcheck, requires doxygen needs: ['centos:7@container-prep'] centos:8@default-build: