From: William Lallemand Date: Thu, 30 Apr 2026 15:24:55 +0000 (+0200) Subject: CI: github: add DEBUG_STRICT=2 to ASAN jobs X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=1d63d0ef0bb2d850b6e879ec0c49fe2ebe014e76;p=haproxy.git CI: github: add DEBUG_STRICT=2 to ASAN jobs Add an DEBUG_STRICT=2 option to the ASAN jobs in order to trigger the BUG_ON_HOT() conditions. --- diff --git a/.github/matrix.py b/.github/matrix.py index b5eec8b5d..2d1dfe241 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -207,6 +207,7 @@ def main(ref_name): 'OPT_CFLAGS="-O1"', "USE_ZLIB=1", "USE_OT=1", + "DEBUG=-DDEBUG_STRICT=2", "OT_INC=${HOME}/opt-ot/include", "OT_LIB=${HOME}/opt-ot/lib", "OT_RUNPATH=1",