]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: Replace CentOS 8 with AlmaLinux 8.4
authorJeff Lucovsky <jeff@lucovsky.org>
Sun, 20 Feb 2022 14:01:43 +0000 (09:01 -0500)
committerJeff Lucovsky <jeff@lucovsky.org>
Sun, 20 Feb 2022 14:36:55 +0000 (09:36 -0500)
.github/workflows/builds.yml

index f283d885b880f157ef1bc70649f3fb5e89ea35ef..2246f2432eaa57904e2b3379d440fb126bc9321e 100644 (file)
@@ -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: |