ci: add CentOS 8 based CI run

Our CentOS based CI run is based on CentOS 7. CentOS 8 exists already
for some time and CentOS 7 will probably go end of life at some point.

This adds a CentOS 8 based CI run to be prepared for the time CentOS 7
goes away.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2020-09-28 16:34:24 +00:00 committed by Andrei Vagin
parent 407404297e
commit ffac3d649d
4 changed files with 59 additions and 3 deletions

View file

@ -11,7 +11,7 @@ ifdef CLANG
target-suffix = -clang
endif
TARGETS := alpine fedora-rawhide centos7
TARGETS := alpine fedora-rawhide centos7 centos8
ZDTM_OPTIONS :=
UNAME := $(shell uname -m)