github-ci: update Fedora builds to Fedora 44
Some checks failed
builds / Prepare dependencies (push) Has been cancelled
builds / Prepare cbindgen (push) Has been cancelled
CodeQL (Rust/C) / Analyze (push) Has been cancelled
Nix Env Build / tests (push) Has been cancelled
Scan-build / Scan-build (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
builds / AlmaLinux 10 (schema, plugins) (push) Has been cancelled
builds / AlmaLinux 9 (schema, rust-checks) (push) Has been cancelled
builds / AlmaLinux 9 Test Templates (push) Has been cancelled
builds / Build RPMs (push) Has been cancelled
builds / AlmaLinux 8 (push) Has been cancelled
builds / CentOS Stream 9 (push) Has been cancelled
builds / Fedora 44 (Suricata Verify codecov) (push) Has been cancelled
builds / Fedora 44 (clang, debug, asan, wshadow, rust-strict, systemd) (push) Has been cancelled
builds / Fedora 44 (gcc, debug, flto, asan, wshadow, rust-strict) (push) Has been cancelled
builds / Fedora 44 (non-root, debug, clang, asan, wshadow, rust-strict, no-ja) (push) Has been cancelled
builds / AlmaLinux 9 (no jansson) (push) Has been cancelled
builds / AlmaLinux 9 (Minimal/Recommended Build) (push) Has been cancelled
builds / Ubuntu 24.04 (cocci) (push) Has been cancelled
builds / Ubuntu 24.04 (RUSTC+CARGO vars) (push) Has been cancelled
builds / Ubuntu 24.04 (unittests coverage) (push) Has been cancelled
builds / Ubuntu 24.04 (unix socket mode coverage) (push) Has been cancelled
builds / Ubuntu 24.04 (afpacket and dpdk coverage) (push) Has been cancelled
builds / Ubuntu 24.04 (pcap unix socket ASAN) (push) Has been cancelled
builds / Ubuntu 24.04 (afpacket IPS tests in namespaces) (push) Has been cancelled
builds / Ubuntu 24.04 (afpacket and dpdk live tests with ASAN) (push) Has been cancelled
builds / Ubuntu 24.04 (fuzz corpus coverage) (push) Has been cancelled
builds / Ubuntu 20.04 (-DNDEBUG) (push) Has been cancelled
builds / Ubuntu 20.04 (unsupported rust) (push) Has been cancelled
builds / Ubuntu 22.04 (Debug Validation) (push) Has been cancelled
builds / Ubuntu 22.04 (Fuzz) (push) Has been cancelled
builds / Ubuntu 22.04 (Netmap build) (push) Has been cancelled
builds / Ubuntu 22.04 (Minimal/Recommended Build) (push) Has been cancelled
builds / Ubuntu 22.04 (DPDK Build) (push) Has been cancelled
builds / Debian 12 (xdp) (push) Has been cancelled
builds / Debian 13 (xdp) (push) Has been cancelled
builds / Ubuntu 22.04 Dist Builder (push) Has been cancelled
builds / Debian 12 MSRV (push) Has been cancelled
builds / Debian 11 (push) Has been cancelled
builds / MacOS Latest (push) Has been cancelled
builds / FreeBSD 15.0 (push) Has been cancelled
builds / Windows MSYS2 MINGW64 (NPcap) (push) Has been cancelled
builds / Windows MSYS2 MINGW64 (libpcap) (push) Has been cancelled
builds / Windows MSYS2 UCRT64 (libpcap) (push) Has been cancelled
builds / Windows MSYS2 MINGW64 (WinDivert) (push) Has been cancelled
builds / PF_RING (push) Has been cancelled

This commit is contained in:
Jason Ish 2026-05-19 15:28:50 -06:00 committed by Victor Julien
parent 87db89ea4e
commit 57f76a2462

View file

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