]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: enable debug on Fedora 32 build
authorJason Ish <jason.ish@oisf.net>
Tue, 1 Sep 2020 21:23:03 +0000 (15:23 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 4 Sep 2020 11:13:38 +0000 (13:13 +0200)
.github/workflows/builds.yml

index 5a275df6f84e218d0386b32510b70f5214e182b1..7a56829dc461ea59d667bf9d2725a9c82db8d751 100644 (file)
@@ -297,7 +297,7 @@ jobs:
         working-directory: rust
 
   fedora-32:
-    name: Fedora 32 (clang, asan, wshadow, rust-strict)
+    name: Fedora 32 (debug, clang, asan, wshadow, rust-strict)
     runs-on: ubuntu-latest
     container: fedora:32
     needs: prep
@@ -357,7 +357,7 @@ jobs:
           path: prep
       - run: tar xf prep/libhtp.tar.gz
       - run: ./autogen.sh
-      - run: CC="clang" CFLAGS="$DEFAULT_CFLAGS -Wshadow -fsanitize=address -fno-omit-frame-pointer" ./configure --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
         env:
           ac_cv_func_realloc_0_nonnull: "yes"
           ac_cv_func_malloc_0_nonnull: "yes"