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



commit 1aca0185b1312085139e4279aa47684706646293
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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99995245..8451aff7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -171,7 +171,9 @@ 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]