Merge branch 'ci-tweaks' into 'master'

ci: Use lsan again

See merge request GNOME/gtk!2224
This commit is contained in:
Matthias Clasen 2020-07-10 16:13:48 +00:00
commit 6aafb81702

View File

@ -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)