Use AlmaLinux 9 for the no-jansson test instead of Fedora as it will
need to be updated much less.
- 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:
- 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 \