From: Jason Ish Date: Tue, 1 Sep 2020 21:23:03 +0000 (-0600) Subject: github-ci: enable debug on Fedora 32 build X-Git-Tag: suricata-6.0.0-rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b698f66c2701c19903cdac6ac5a5c370b33a8817;p=thirdparty%2Fsuricata.git github-ci: enable debug on Fedora 32 build --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5a275df6f8..7a56829dc4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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"