]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: enable hiredis on fedora 33 build 6109/head
authorJason Ish <jason.ish@oisf.net>
Tue, 4 May 2021 21:47:53 +0000 (15:47 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 5 May 2021 18:19:17 +0000 (20:19 +0200)
.github/workflows/builds.yml

index f2716088be5ef7a56858c87979b6e23aa8954d21..45f6708cd39fd5aa7d2848d8c0eaec2150f5e2b5 100644 (file)
@@ -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"