[glib-networking/mcatanzaro/ci] Disable leak check



commit bc64ee92456d518a29fb7c9ac7d7f3c9ab74888f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Dec 4 17:55:33 2019 +0000

    Disable leak check
    
    This is needed to use pkcs11_spy. We won't use it on master, only on this test branch.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d70c744..4e3ea89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ fedora-x86_64:
             -Dwerror=true
             build/
     - ninja -C build/
-    - ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=3 -C build/
+    - ASAN_OPTIONS=fast_unwind_on_malloc=0:detect_leaks=0 meson test --verbose --timeout-multiplier=3 -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]