From: Jeff Lucovsky Date: Sun, 20 Feb 2022 14:01:43 +0000 (-0500) Subject: github-ci: Replace CentOS 8 with AlmaLinux 8.4 X-Git-Tag: suricata-5.0.9~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc2dae9c21a760ebf7039958ffb34f3b9d6474d;p=thirdparty%2Fsuricata.git github-ci: Replace CentOS 8 with AlmaLinux 8.4 --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f283d885b8..2246f2432e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -131,10 +131,10 @@ jobs: name: prep path: . - centos-8: - name: CentOS 8 + alma-8: + name: AlmaLinux 8 runs-on: ubuntu-latest - container: centos:8 + container: almalinux:8.4 needs: prep steps: # Cache Rust stuff. @@ -241,7 +241,7 @@ jobs: name: CentOS 7 runs-on: ubuntu-latest container: centos:7 - needs: centos-8 + needs: alma-8 steps: - name: Install system dependencies run: | @@ -638,13 +638,13 @@ jobs: - name: Running suricata-verify run: python3 ./suricata-verify/run.py --quiet - # An Ubuntu 20.04 build using the tarball generated in the CentOS 8 + # An Ubuntu 20.04 build using the tarball generated in the AlmaLinux 8 # build above also testing the minimum supported Rust version. ubuntu-20-04-msrv: name: Ubuntu 20.04 (MSRV) runs-on: ubuntu-latest container: ubuntu:20.04 - needs: centos-8 + needs: alma-8 steps: - name: Install dependencies run: |