mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
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.
This commit is contained in:
parent
e6b3dd7b34
commit
9b722520a9
1
.github/matrix.py
vendored
1
.github/matrix.py
vendored
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user