Skip to content

Commit 9b72252

Browse files
committed
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.
1 parent e6b3dd7 commit 9b72252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def main(ref_name):
207207
'OPT_CFLAGS="-O1"',
208208
"USE_ZLIB=1",
209209
"USE_OT=1",
210+
"DEBUG=-DDEBUG_STRICT=2",
210211
"OT_INC=${HOME}/opt-ot/include",
211212
"OT_LIB=${HOME}/opt-ot/lib",
212213
"OT_RUNPATH=1",

0 commit comments

Comments
 (0)