mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
ci: Use lsan again
Turning it off didn't fix the crashes; and we allow the asan build to fail anyway now. And the leak reports are useful whenever it doesn't crash.
This commit is contained in:
parent
f191b64bbc
commit
b3dc517565
@ -9,8 +9,6 @@ backend=$2
|
||||
|
||||
# Ignore memory leaks lower in dependencies
|
||||
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
|
||||
# Disable lsan for now since it is crashy
|
||||
export ASAN_OPTION=detect_leaks=0
|
||||
|
||||
case "${backend}" in
|
||||
x11)
|
||||
|
Loading…
Reference in New Issue
Block a user