From: Evgeny Vereshchagin Date: Tue, 13 Apr 2021 14:45:29 +0000 (+0000) Subject: ci: make use of --enable-sanitizers instead of CFLAGS X-Git-Tag: lxc-5.0.0~198^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b421532e514b5956c37a8ff214ff3c7baa0dd527;p=thirdparty%2Flxc.git ci: make use of --enable-sanitizers instead of CFLAGS Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 9a79eaa28..9bd63fc61 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -31,7 +31,7 @@ if [[ "$CC" == "gcc" ]]; then fi ./autogen.sh -CFLAGS="-Wall -Werror -fsanitize=address,undefined" ./configure --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined +CFLAGS="-Wall -Werror" ./configure --enable-sanitizers --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined make make install