|
|
|
|
@ -585,7 +585,7 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
container:
|
|
|
|
|
- almalinux:9
|
|
|
|
|
- fedora:43
|
|
|
|
|
- fedora:44
|
|
|
|
|
env:
|
|
|
|
|
skip: false
|
|
|
|
|
steps:
|
|
|
|
|
@ -636,11 +636,11 @@ jobs:
|
|
|
|
|
# We need a step for each RPM upload as we can't use the
|
|
|
|
|
# container name directly in an artifact, as artifacts can't
|
|
|
|
|
# have ':' in the name.
|
|
|
|
|
- if: ${{ matrix.container == 'fedora:43' && env.skip != 'true' }}
|
|
|
|
|
- if: ${{ matrix.container == 'fedora:44' && env.skip != 'true' }}
|
|
|
|
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
|
|
|
|
|
name: Uploading RPMs
|
|
|
|
|
with:
|
|
|
|
|
name: rpms-fedora-43
|
|
|
|
|
name: rpms-fedora-44
|
|
|
|
|
path: suricata-rpms/devel/rpms
|
|
|
|
|
- if: ${{ matrix.container == 'almalinux:9' && env.skip != 'true' }}
|
|
|
|
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
|
|
|
|
|
@ -837,10 +837,10 @@ jobs:
|
|
|
|
|
- run: make clean
|
|
|
|
|
- run: make -j ${{ env.CPUS }}
|
|
|
|
|
|
|
|
|
|
fedora-43-sv-codecov:
|
|
|
|
|
name: Fedora 43 (Suricata Verify codecov)
|
|
|
|
|
fedora-44-sv-codecov:
|
|
|
|
|
name: Fedora 44 (Suricata Verify codecov)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:43
|
|
|
|
|
container: fedora:44
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|
@ -939,10 +939,10 @@ jobs:
|
|
|
|
|
flags: suricata-verify
|
|
|
|
|
|
|
|
|
|
# Fedora build using Clang.
|
|
|
|
|
fedora-43-clang:
|
|
|
|
|
name: Fedora 43 (clang, debug, asan, wshadow, rust-strict, systemd)
|
|
|
|
|
fedora-44-clang:
|
|
|
|
|
name: Fedora 44 (clang, debug, asan, wshadow, rust-strict, systemd)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:43
|
|
|
|
|
container: fedora:44
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|
@ -1040,10 +1040,10 @@ jobs:
|
|
|
|
|
- run: src/suricata --build-info | grep -E "Systemd support:\s+yes" &> /dev/null
|
|
|
|
|
|
|
|
|
|
# Fedora build using GCC.
|
|
|
|
|
fedora-43-gcc:
|
|
|
|
|
name: Fedora 43 (gcc, debug, flto, asan, wshadow, rust-strict)
|
|
|
|
|
fedora-44-gcc:
|
|
|
|
|
name: Fedora 44 (gcc, debug, flto, asan, wshadow, rust-strict)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:43
|
|
|
|
|
container: fedora:44
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|
@ -1138,9 +1138,9 @@ jobs:
|
|
|
|
|
# Also ja3 and ja4 are disabled to run SV tests that require
|
|
|
|
|
# the absence of these features
|
|
|
|
|
fedora-non-root:
|
|
|
|
|
name: Fedora (non-root, debug, clang, asan, wshadow, rust-strict, no-ja)
|
|
|
|
|
name: Fedora 44 (non-root, debug, clang, asan, wshadow, rust-strict, no-ja)
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
container: fedora:43
|
|
|
|
|
container: fedora:44
|
|
|
|
|
needs: [prepare-deps, prepare-cbindgen]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Determine number of CPUs
|
|
|
|
|
|