Skip to content

Commit f405d4a

Browse files
committed
ci: Move Coverity from CentOS 8 to CentOS Stream 8
CentOS 8 reach end of life and its YUM repositories were shut down: STEP 3: RUN yum -y install epel-release && yum -y install dnf-plugins-core && yum config-manager --enable powertools && yum -y --setopt=tsflags='' install clang createrepo_c elinks file-devel gcc gcc-c++ git-core glib2-devel glib2-doc gobject-introspection-devel gtk-doc jq libyaml-devel meson ninja-build pkgconfig python2-devel python2-six python3-gobject-base python36-devel python3-rpm-macros redhat-rpm-config rpm-build rpm-devel rpmdevtools sudo && yum -y clean all CentOS Linux 8 - AppStream 1.1 kB/s | 38 B 00:00 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist CentOS/sig-cloud-instance-images#190
1 parent 1b461f4 commit f405d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/ci-coverity.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set -e
99
set -x
1010

1111
os=centos
12-
release=8
13-
repository=docker.io
12+
release=stream8
13+
repository=quay.io/centos
1414

1515
# Override the standard tests with the Coverity scan
1616
mmd_run_docker_tests \

0 commit comments

Comments
 (0)