From: Jason Ish Date: Tue, 2 Aug 2022 17:34:37 +0000 (-0600) Subject: github-ci: enable nfqueue on fedora 36 build X-Git-Tag: suricata-7.0.0-beta1~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7684%2Fhead;p=thirdparty%2Fsuricata.git github-ci: enable nfqueue on fedora 36 build --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index df4b0c9742..df1345a0a6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -390,7 +390,7 @@ jobs: chmod 755 $HOME/.cargo/bin/cbindgen echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: ./autogen.sh - - run: CC="clang" CFLAGS="$DEFAULT_CFLAGS -Wshadow -fsanitize=address -fno-omit-frame-pointer" ./configure --enable-debug --enable-unittests --disable-shared --enable-rust-strict --enable-hiredis + - run: CC="clang" CFLAGS="$DEFAULT_CFLAGS -Wshadow -fsanitize=address -fno-omit-frame-pointer" ./configure --enable-debug --enable-unittests --disable-shared --enable-rust-strict --enable-hiredis --enable-nfqueue env: LDFLAGS: "-fsanitize=address" ac_cv_func_realloc_0_nonnull: "yes"