From: Jason Ish Date: Fri, 2 Dec 2022 15:39:55 +0000 (-0600) Subject: github-ci: enable lua on Fedora 36 build X-Git-Tag: suricata-7.0.0-rc1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa36e9e37f7b28197054c3736fe37709bf3c03ee;p=thirdparty%2Fsuricata.git github-ci: enable lua on Fedora 36 build Not many of the jobs that run S-V enable Lua, enable Lua for Fedora 36 which also runs S-V. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 269f4ab2aa..6520138747 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -633,7 +633,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 --enable-nfqueue + - 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 --enable-lua env: LDFLAGS: "-fsanitize=address" ac_cv_func_realloc_0_nonnull: "yes"