From: Jason Ish Date: Tue, 4 May 2021 21:47:53 +0000 (-0600) Subject: github-ci: enable hiredis on fedora 33 build X-Git-Tag: suricata-7.0.0-beta1~1633 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6109%2Fhead;p=thirdparty%2Fsuricata.git github-ci: enable hiredis on fedora 33 build --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f2716088be..45f6708cd3 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -338,6 +338,7 @@ jobs: gcc \ gcc-c++ \ git \ + hiredis-devel \ jansson-devel \ jq \ lua-devel \ @@ -374,7 +375,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 + - 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 env: LDFLAGS: "-fsanitize=address" ac_cv_func_realloc_0_nonnull: "yes"