[libxslt] gitlab-ci: Disable MSan for now



commit 75ff08037ddfc6db9c82e936a4f8714acf674011
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Tue Sep 6 12:54:44 2022 +0200

    gitlab-ci: Disable MSan for now
    
    MSan seems broken on Ubuntu 22.04.

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05d396ef..3e60ec8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,8 @@ clang:asan:
     ASAN_OPTIONS: "detect_leaks=0"
     UBSAN_OPTIONS: "print_stacktrace=1"
 
-clang:msan:
+# Disabled, MSan seems broken on Ubntu 22.04
+.clang:msan:
   extends: .test
   only:
     - schedules


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