Skip to content

Commit

Permalink
Merge pull request #469 from Jafaral/centos
Browse files Browse the repository at this point in the history
ci: drop CentOS 7 and Debian 10, both are EOL as of July 1st 2024
  • Loading branch information
Don-Ward authored Jul 7, 2024
2 parents ec9480a + 598b818 commit 5ae008f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ jobs:
cfg:
- { os: 'ubuntu:20.04', name: 'Ubuntu 20.04', opt: '--enable-werror' }
- { os: 'ubuntu:22.04', name: 'Ubuntu 22.04', opt: '--enable-werror' }
- { os: 'centos:7', name: 'CentOS 7', opt: '--enable-werror' }
- { os: 'fedora:latest', name: 'Fedora Latest', opt: '--enable-werror' }
- { os: 'debian:10', name: 'Debian 10', opt: '--enable-werror' }
- { os: 'debian:11', name: 'Debian 11', opt: '--enable-werror' }
- { os: 'debian:12', name: 'Debian 12', opt: '--enable-werror' }
- { os: 'oraclelinux:8', name: 'Oracle Linux 8', opt: '--enable-werror' }
Expand All @@ -141,11 +139,6 @@ jobs:
dnf -y install gcc make diffutils libjpeg-turbo-devel libpng-devel libX11-devel mesa-libGL-devel mesa-libGLU-devel
dnf -y install openal-devel freealut-devel libogg-devel libvorbis-devel openssl-devel unixODBC-devel freetype-devel libXft-devel
;;
centos*)
yum update -y
yum install -y gcc make libjpeg-turbo-devel libpng-devel libX11-devel mesa-libGL-devel mesa-libGLU-devel libXft-devel
yum install -y openal-devel freealut-devel libogg-devel libvorbis-devel openssl-devel unixODBC-devel freetype-devel
;;
alpine*)
apk update
apk add build-base diffutils
Expand Down

0 comments on commit 5ae008f

Please sign in to comment.