[glib-networking/mcatanzaro/tls1.2] Disable leak sanitizer on CI



commit 0b79b986f22d46f3a27b22d2e93cd0150f5984d4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Oct 28 12:56:12 2019 -0500

    Disable leak sanitizer on CI
    
    It's not providing enough information to actually debug the leaks it
    finds.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5075bd..eaa7ecb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ fedora-x86_64:
             -Dwerror=true
             build/
     - ninja -C build/
-    - meson test -v -C build/
+    - ASAN_OPTIONS=detect_leaks=0 meson test -v -C build/
     - rm -rf build/
 
     # Now again, this time without asan. We will additionally test installation.


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