mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
Add vaulted centos 8 code mirrors to centos 8 container
This commit is contained in:
parent
2006f0d2cb
commit
60b04c532a
3
.github/workflows/test_linux.yml
vendored
3
.github/workflows/test_linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user