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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-06 10:22:48 +10:00
parent 5b3659d468
commit 5b97b970c0

View 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: