summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-23 13:24:51 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-23 13:24:51 -0500
commitf7f15d079ec5e4716d88ff5796dcfa9a2e1629e8 (patch)
treed7328cfd727b857fadb164f98a8e5f88ddc3190b
parent0df958b161d44a92eef61c4198ddfa2d6ae8045c (diff)
downloadpango-fix-test-leak.tar.gz
ci: Make asan build must-passfix-test-leak
We have a green check there, lets keep it that way.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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: