[gtk/ci-tweaks] ci: Use lsan again



commit b3dc5175651d22bdf9ab90c11fd49db3c99be4ad
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jul 10 11:11:42 2020 -0400

    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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]