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



commit da5de4664335ec2dd189114e27e3e064a9c10120
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..e4a26b97 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]