mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Change CentOS to base url
This commit is contained in:
parent
3030603298
commit
2b3718e112
4
.github/workflows/python_tests_linux.yml
vendored
4
.github/workflows/python_tests_linux.yml
vendored
@ -105,9 +105,7 @@ jobs:
|
||||
#-------- CentOS Only Dependencies ----------------
|
||||
- cfg: { os: centos }
|
||||
pkg_mgr: yum
|
||||
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-* &&
|
||||
yum -y -v install epel-release && yum -y update
|
||||
conf_pkg: yum -y install epel-release && yum -y update
|
||||
os_deps: >-
|
||||
libX11-devel
|
||||
libXt-devel
|
||||
|
3
.github/workflows/test_linux.yml
vendored
3
.github/workflows/test_linux.yml
vendored
@ -95,7 +95,8 @@ jobs:
|
||||
- cfg: { arch: rhel, arch_ver: 7 }
|
||||
pkg_mgr: yum
|
||||
conf_pkg: |
|
||||
yum -v -y install epel-release
|
||||
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-* &&
|
||||
yum -y install epel-release
|
||||
yum -y update
|
||||
yum -y install wget
|
||||
os_deps: >-
|
||||
|
Loading…
Reference in New Issue
Block a user