ci: centos: run on centos stream 8 image from quay.io

The default centos:latest image can not install packages anymore.
The makecheck-centos test fails with the following error:
  $ dnf install -y 'dnf-command(config-manager)'
  Error: Failed to download metadata for repo 'appstream' \
         Cannot prepare internal mirrorlist: No URLs in mirrorlist

Replace it with a centos stream 8 image from quay.io to make
the makecheck-centos test pass

Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Uri Lublin 2022-03-22 18:18:32 +02:00 committed by Frediano Ziglio
parent 46e3a57ccd
commit 9106365d3e

View File

@ -106,7 +106,7 @@ makecheck-centos:
meson gcc-c++ autoconf-archive
-y
- *protocol
image: centos:latest
image: quay.io/centos/centos:stream8
script:
- >
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'