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.
pull/8755/head
Jason Ish 2 years ago committed by Victor Julien
parent dd72a64c53
commit 04fb0189a7

@ -838,10 +838,10 @@ jobs:
- run: sudo -u suricata -s python3 ./suricata-verify/run.py -q - run: sudo -u suricata -s python3 ./suricata-verify/run.py -q
working-directory: /home/suricata/suricata working-directory: /home/suricata/suricata
fedora-35-no-jansson: almalinux-9-no-jansson:
name: Fedora 35 (no jansson) name: AlmaLinux 9 (no jansson)
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: fedora:35 container: almalinux:9
needs: [prepare-deps, prepare-cbindgen] needs: [prepare-deps, prepare-cbindgen]
steps: steps:
@ -860,11 +860,12 @@ jobs:
- run: echo "keepcache=1" >> /etc/dnf/dnf.conf - run: echo "keepcache=1" >> /etc/dnf/dnf.conf
- run: | - run: |
dnf -y install dnf-plugins-core
dnf config-manager --set-enable crb
dnf -y install \ dnf -y install \
autoconf \ autoconf \
automake \ automake \
cargo \ cargo \
ccache \
clang \ clang \
diffutils \ diffutils \
file-devel \ file-devel \

Loading…
Cancel
Save