Skip to content

Commit

Permalink
CentOS 7 is EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Jul 3, 2024
1 parent 63676df commit b5e9e3e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ test_task:
image: registry.fedoraproject.org/fedora:latest
image: quay.io/centos/centos:stream9
image: docker.io/almalinux:8
image: centos:centos7
build_script: tests/build.sh
config_script: tests/config.sh
run_httpd_background_script: /usr/sbin/httpd -DFOREGROUND
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- 'registry.fedoraproject.org/fedora:latest'
- 'quay.io/centos/centos:stream9'
- 'docker.io/almalinux:8'
- 'quay.io/centos/centos:centos7'
steps:
- uses: actions/checkout@v4
- name: Set the right OS in the Dockerfile
Expand Down
4 changes: 0 additions & 4 deletions tests/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ elif type dnf 2> /dev/null ; then
DNF=dnf
BUILDDEP_PROVIDER='dnf-command(builddep)'
BUILDDEP='dnf builddep'
elif type yum 2> /dev/null ; then
DNF=yum
BUILDDEP_PROVIDER=yum-utils
BUILDDEP=yum-builddep
else
exit 1
fi
Expand Down

0 comments on commit b5e9e3e

Please sign in to comment.