From: Vsevolod Stakhov Date: Sat, 18 Oct 2025 07:50:48 +0000 (+0100) Subject: [Test] Enable debug build with ASAN and leak sanitizer X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=752f380c7ff5b830002259d289fb8b6529ed75be;p=thirdparty%2Frspamd.git [Test] Enable debug build with ASAN and leak sanitizer Use -DENABLE_FULL_DEBUG=ON -DSANITIZE=address,leak instead of release build which is incompatible with sanitizers --- diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 0f0fbd0a54..3587105241 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -72,8 +72,8 @@ jobs: cd build cmake -DCMAKE_INSTALL_PREFIX=../install \ -DENABLE_COVERAGE=OFF \ - -DENABLE_SANITIZER=address \ - -DSANITIZER=address \ + -DENABLE_FULL_DEBUG=ON \ + -DSANITIZE=address,leak \ -GNinja .. ninja ninja install