new environment variable to enable BTests to skip ASAN checks

This commit is contained in:
Vern Paxson 2022-05-06 07:55:57 -07:00
parent a387157ead
commit eaf63402cc

View file

@ -283,6 +283,7 @@ asan_sanitizer_task:
CXXFLAGS: -DZEEK_DICT_DEBUG CXXFLAGS: -DZEEK_DICT_DEBUG
ZEEK_CI_CONFIGURE_FLAGS: *ASAN_SANITIZER_CONFIG ZEEK_CI_CONFIGURE_FLAGS: *ASAN_SANITIZER_CONFIG
ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1 ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1
ZEEK_CI_ASAN_SKIP_TEST: 1
ASAN_OPTIONS: detect_leaks=1 ASAN_OPTIONS: detect_leaks=1
ubsan_sanitizer_task: ubsan_sanitizer_task: