Skip to content

Commit

Permalink
workflows: remove centos 7 as it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Aug 14, 2024
1 parent af7213f commit 1ba5803
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,3 @@ jobs:
- run: make -j2
- run: make install
- run: make distcheck

centos-7:
name: CentOS 7
runs-on: ubuntu-latest
container: centos:7
steps:
- uses: actions/[email protected]
- name: Install system dependencies
run: |
yum -y install \
autoconf \
automake \
gcc \
gcc-c++ \
libtool \
make \
pkgconfig \
which \
zlib-devel
- run: ./autogen.sh
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure
- run: make -j2
- run: make install
- run: make distcheck

0 comments on commit 1ba5803

Please sign in to comment.