Skip to content

Commit e0cd922

Browse files
committed
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: OISF#8259 (cherry picked from commit 02e4399)
1 parent 354d0b2 commit e0cd922

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ jobs:
159159
MAKEFLAGS: "-j ${{ env.CPUS }}"
160160
- run: test -e doc/userguide/suricata.1
161161

162+
# Rebuild with debug-validation.
163+
- name: Configuring
164+
run: |
165+
./autogen.sh
166+
CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-debug-validation
167+
make -j ${{ env.CPUS }}
168+
162169
- name: Building Rust documentation
163170
run: make doc
164171
working-directory: rust

0 commit comments

Comments
 (0)