]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: enable hiredis on fedora 33 build
authorJason Ish <jason.ish@oisf.net>
Tue, 4 May 2021 21:47:53 +0000 (15:47 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 6 Sep 2021 09:49:00 +0000 (11:49 +0200)
(cherry picked from commit def636383ec2f917e3bdb20ee6619de226afca52)

.github/workflows/builds.yml

index 21011a4fa5b53953e2f47d06f9ef2ac24fcca94a..cbb0836b00872c2b5fb499a2f16e10ac362e735b 100644 (file)
@@ -328,6 +328,7 @@ jobs:
                 gcc \
                 gcc-c++ \
                 git \
+                hiredis-devel \
                 jansson-devel \
                 jq \
                 lua-devel \
@@ -366,7 +367,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:
           ac_cv_func_realloc_0_nonnull: "yes"
           ac_cv_func_malloc_0_nonnull: "yes"