ci: Turn off LeakSanitizer

When it is enabled, almost every report from asan is
"LeakSanitizer has encountered a fatal error."
So try without.
This commit is contained in:
Matthias Clasen
2023-06-05 20:56:00 -04:00
parent 1450789052
commit 29ad2c1247

View File

@@ -9,7 +9,7 @@ backend=$2
multiplier=${MESON_TEST_TIMEOUT_MULTIPLIER:-1}
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:detect_leaks=0
export G_SLICE=always-malloc
case "${backend}" in