flags: suricata-verify
fedora-36:
- name: Fedora 36 (debug, clang, asan, wshadow, rust-strict)
+ name: Fedora 36 (debug, clang, asan, wshadow, rust-strict, systemd)
runs-on: ubuntu-latest
container: fedora:36
needs: [prepare-deps, prepare-cbindgen]
pkgconfig \
python3-yaml \
sudo \
+ systemd-devel \
which \
zlib-devel
- uses: actions/checkout@v3.1.0
- run: make install
- run: suricata-update -V
- run: suricatasc -h
+ # Check compilation against systemd
+ - run: ldd src/suricata | grep libsystemd &> /dev/null
fedora-35:
name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)