|
|
@ -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 \
|
|
|
|