github-ci: add debug validation to almalinux 10 build

After the distcheck, this build doesn't need unittests, so add
debug-validation, as this can trigger assertions in our lib examples
that are tested in this job

This triggers a debug-validation error in the custom library example.

Ticket: #8259
(cherry picked from commit 02e4399059)
pull/15003/head
Jason Ish 5 months ago committed by Victor Julien
parent e0f2cdf7c3
commit 4da63239b3

@ -159,6 +159,13 @@ jobs:
MAKEFLAGS: "-j ${{ env.CPUS }}"
- run: test -e doc/userguide/suricata.1
# Rebuild with debug-validation.
- name: Configuring
run: |
./autogen.sh
CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-debug-validation
make -j ${{ env.CPUS }}
- name: Building Rust documentation
run: make doc
working-directory: rust

Loading…
Cancel
Save