From b3dc5175651d22bdf9ab90c11fd49db3c99be4ad Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Jul 2020 11:11:42 -0400 Subject: [PATCH] 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. --- .gitlab-ci/run-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 5bdbaf9637..952b2bdd81 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -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)