|
|
|
@ -319,10 +319,10 @@ jobs:
|
|
|
|
|
- run: tar xf prep/suricata-verify.tar.gz
|
|
|
|
|
- run: python3 ./suricata-verify/run.py -q
|
|
|
|
|
|
|
|
|
|
fedora-35:
|
|
|
|
|
name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)
|
|
|
|
|
fedora-36:
|
|
|
|
|
name: Fedora 36 (debug, clang, asan, wshadow, rust-strict)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:35
|
|
|
|
|
container: fedora:36
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
@ -406,10 +406,10 @@ jobs:
|
|
|
|
|
- run: test -e /usr/local/bin/libsuricata-config
|
|
|
|
|
- run: test ! -e /usr/local/lib/libsuricata.so
|
|
|
|
|
|
|
|
|
|
fedora-34:
|
|
|
|
|
name: Fedora 34 (debug, clang, asan, wshadow, rust-strict)
|
|
|
|
|
fedora-35:
|
|
|
|
|
name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:34
|
|
|
|
|
container: fedora:35
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
@ -493,10 +493,10 @@ jobs:
|
|
|
|
|
- run: test -e /usr/local/bin/libsuricata-config
|
|
|
|
|
- run: test ! -e /usr/local/lib/libsuricata.so
|
|
|
|
|
|
|
|
|
|
fedora-33:
|
|
|
|
|
name: Fedora 33 (debug, clang, asan, wshadow, rust-strict)
|
|
|
|
|
fedora-34:
|
|
|
|
|
name: Fedora 34 (debug, clang, asan, wshadow, rust-strict)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:33
|
|
|
|
|
container: fedora:34
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
@ -567,10 +567,10 @@ jobs:
|
|
|
|
|
- name: Running suricata-verify
|
|
|
|
|
run: python3 ./suricata-verify/run.py -q
|
|
|
|
|
|
|
|
|
|
fedora-34-no-jansson:
|
|
|
|
|
name: Fedora 34 (no jansson)
|
|
|
|
|
fedora-35-no-jansson:
|
|
|
|
|
name: Fedora 35 (no jansson)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:34
|
|
|
|
|
container: fedora:35
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|