gitlab CI: don't run distcheck on centos 7 anymore
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:22:48 +0000 (10:22 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:22:48 +0000 (10:22 +1000)
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 <peter.hutterer@who-t.net>
.gitlab-ci.yml

index c204660..ef8a4c8 100644 (file)
@@ -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: