From: Victor Julien Date: Mon, 31 Jan 2022 10:42:10 +0000 (+0100) Subject: github-ci: replace failing CentOS 8 by AlmaLinux 8.4 X-Git-Tag: suricata-6.0.5~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e299c30eb1369a1c2abe6e658777a4fbd29cea1;p=thirdparty%2Fsuricata.git github-ci: replace failing CentOS 8 by AlmaLinux 8.4 (cherry picked from commit 6c240938b51daadb6c869d2339c2e7cc29ebde68) --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1a04944cba..b3e959e2bc 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -139,10 +139,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: [prepare-deps, prepare-cbindgen] steps: # Cache Rust stuff. @@ -254,7 +254,7 @@ jobs: name: CentOS 7 runs-on: ubuntu-latest container: centos:7 - needs: centos-8 + needs: [prepare-deps, alma-8] steps: - name: Install system dependencies run: | @@ -593,7 +593,7 @@ jobs: name: Ubuntu 20.04 (unsupported rust) runs-on: ubuntu-latest container: ubuntu:20.04 - needs: centos-8 + needs: alma-8 steps: - name: Install dependencies run: | @@ -878,7 +878,7 @@ jobs: name: Ubuntu 20.04 (MSRV) runs-on: ubuntu-latest container: ubuntu:20.04 - needs: centos-8 + needs: alma-8 steps: - name: Install dependencies run: |