[gnome-settings-daemon/wip/claudio/CI] CI: Build with -Db_lundef for msan



commit 679e0f7e6bcb619306b9f2f190e418e08c3dcacf
Author: Benjamin Berg <bberg redhat com>
Date:   Tue Feb 5 19:19:52 2019 +0100

    CI: Build with -Db_lundef for msan
    
    This is needed to build libgsd.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99995245..f0316741 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -171,7 +171,7 @@ ubsan:
 msan:
   <<: *sanitizer
   variables:
-    BUILD_OPTS: "-Db_sanitize=memory"
+    BUILD_OPTS: ["-Db_sanitize=memory", "-Db_lundef=false"]
     CC: "clang"
 
 #############################################


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