[glib-networking/mcatanzaro/ci-test] Try to improve asan traces



commit d4353c77c941d3536cffd4a37cbc57b22fe4f973
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Nov 20 17:23:01 2019 -0600

    Try to improve asan traces

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 458a7a4..bf93329 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=fast_unwind_on_malloc=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]