From 5b97b970c0d44da0e1b044cb9b13616cdfa98177 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 6 Feb 2020 10:22:48 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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: