From 04fb0189a7f51b3974f5ebd1c9e5a1c01fd578f6 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 31 Jan 2023 15:04:12 -0600 Subject: [PATCH] github-ci: replace Fedora no-jansson build with AlmaLinux Use AlmaLinux 9 for the no-jansson test instead of Fedora as it will need to be updated much less. --- .github/workflows/builds.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1eddbd2bef..8f18b73686 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -838,10 +838,10 @@ jobs: - run: sudo -u suricata -s python3 ./suricata-verify/run.py -q working-directory: /home/suricata/suricata - fedora-35-no-jansson: - name: Fedora 35 (no jansson) + almalinux-9-no-jansson: + name: AlmaLinux 9 (no jansson) runs-on: ubuntu-latest - container: fedora:35 + container: almalinux:9 needs: [prepare-deps, prepare-cbindgen] steps: @@ -860,11 +860,12 @@ jobs: - run: echo "keepcache=1" >> /etc/dnf/dnf.conf - run: | + dnf -y install dnf-plugins-core + dnf config-manager --set-enable crb dnf -y install \ autoconf \ automake \ cargo \ - ccache \ clang \ diffutils \ file-devel \ -- 2.47.3