summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2022-03-22 18:18:32 +0200
committerFrediano Ziglio <fziglio@redhat.com>2022-03-23 15:00:58 +0000
commit9106365d3e184e751098a26fa3e6fd24d079cd1c (patch)
treef601a4b5f42d3f72b08ff0b03b85fecf3cd6c087
parent46e3a57ccd50899342c1688bd7c65f60b4d219f5 (diff)
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>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0b30e18..3f8a68b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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'