Skip to content

Commit

Permalink
Remove CentOS 8 as it has EOLed
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
  • Loading branch information
npmitche committed Jun 4, 2024
1 parent 8163a86 commit c4238e8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- {name: "archlinux", tag: "latest", variant: "-zen", image_prefix: "docker.io/library/"}
- {name: "archlinux", tag: "base", image_prefix: "docker.io/library/"}
- {name: "centos", tag: "stream9", image_prefix: "quay.io/centos/"}
- {name: "centos", tag: "stream8", image_prefix: "quay.io/centos/"}
- {name: "debian", tag: "bookworm-slim", image_prefix: "docker.io/library/"}
- {name: "debian", tag: "11", image_prefix: "docker.io/library/"}
- {name: "debian", tag: "10", image_prefix: "docker.io/library/"}
Expand Down Expand Up @@ -59,13 +58,7 @@ jobs:
- name: Install CentOS dependencies
if: matrix.distro.name == 'centos'
run: |
if [ "${{ matrix.distro.tag }}" = 7 ] ; then
yum install -y kernel kernel-devel nasm
yum install -y elfutils-libelf-devel gcc git make
elif [ "${{ matrix.distro.tag }}" = stream8 ] ; then
dnf install -y --enablerepo=powertools kernel kernel-devel nasm
dnf install -y elfutils-libelf-devel gcc git make
elif [ "${{ matrix.distro.tag }}" = stream9 ] ; then
if [ "${{ matrix.distro.tag }}" = stream9 ] ; then
dnf install -y --enablerepo=crb kernel kernel-devel nasm
dnf install -y elfutils-libelf-devel gcc git make
fi
Expand Down

0 comments on commit c4238e8

Please sign in to comment.