[glib-networking/wip/tingping/pkcs11] ci: Disable pkcs11-spy with asan



commit 1c2cb3d3296bd7499e324d2422d6063a93f01484
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Nov 30 14:59:58 2020 -0600

    ci: Disable pkcs11-spy with asan
    
    It has leaks that we don't care about

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f36d384..d3d5d3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,9 @@ fedora-x86_64:
 fedora-x86_64-asan:
   tags: [ asan ]
   stage: build
+  variables:
+    PKCS11SPY_PATH: disabled
+    ASAN_OPTIONS: fast_unwind_on_malloc=0
   script:
     - meson -Db_sanitize=address
             -Dgnutls=enabled
@@ -30,7 +33,7 @@ fedora-x86_64-asan:
             -Dwerror=true
             _build/
     - meson compile -C _build/
-    - ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=10 -C _build/
+    - meson test --verbose --timeout-multiplier=10 -C _build/
   artifacts:
     paths:
       - _build/test-results


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