]> git.kaiwu.me - haproxy.git/commitdiff
CI: github: add DEBUG_STRICT=2 to ASAN jobs
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 30 Apr 2026 15:24:55 +0000 (17:24 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 30 Apr 2026 15:46:30 +0000 (17:46 +0200)
Add an DEBUG_STRICT=2 option to the ASAN jobs in order to trigger the
BUG_ON_HOT() conditions.

.github/matrix.py

index b5eec8b5db5aa6ec23988a98f2e5e4eee4d8b92a..2d1dfe241d30165f97ea97e894d5c2aaec0b42cf 100755 (executable)
@@ -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",