[pango/fix-test-leak] ci: Make asan build must-pass



commit f7f15d079ec5e4716d88ff5796dcfa9a2e1629e8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 23 13:24:51 2021 -0500

    ci: Make asan build must-pass
    
    We have a green check there, lets keep it that way.

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 724459de..5b2c361d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,6 @@ asan-build:
     - CC=clang meson --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false 
-Dintrospection=disabled _build
     - ninja -C _build
     - .gitlab-ci/run-tests.sh _build
-  allow_failure: true
   artifacts:
     when: always
     reports:


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