mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
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:
parent
46e3a57ccd
commit
9106365d3e
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user