Add vaulted centos 8 code mirrors to centos 8 container

This commit is contained in:
Scott Fennell 2022-02-01 18:34:40 -06:00 committed by GitHub
parent 2006f0d2cb
commit 60b04c532a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ jobs:
- cfg: { os: centos, tag: latest }
pkg_mgr: dnf
conf_pkg: >
sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-*
dnf -y install epel-release &&
dnf -y update &&
dnf install -y 'dnf-command(config-manager)' &&
@ -142,4 +143,4 @@ jobs:
./configure
make
- name: Test
run: make test
run: make test