Skip to content

Commit

Permalink
CI: Switch CentOS 7 from mirrorlist to vault.centos.org
Browse files Browse the repository at this point in the history
See #344
  • Loading branch information
solardiz committed Jul 4, 2024
1 parent 4067bff commit 804823e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
matrix:
include:
- image: centos:7
run: yum install -y kernel-devel kernel gcc make elfutils-libelf-devel
run: |
sed -i 's,^mirrorlist=,#,; s,^#baseurl=http://mirror\.centos\.org/centos/$releasever,baseurl=https://vault.centos.org/7.9.2009,' /etc/yum.repos.d/CentOS-Base.repo
yum install -y kernel-devel kernel gcc make elfutils-libelf-devel
- image: almalinux:8
run: yum install -y kernel-devel kernel gcc make elfutils-libelf-devel
- image: rockylinux:8
Expand Down

0 comments on commit 804823e

Please sign in to comment.