diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-23 13:24:51 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-23 13:24:51 -0500 |
commit | f7f15d079ec5e4716d88ff5796dcfa9a2e1629e8 (patch) | |
tree | d7328cfd727b857fadb164f98a8e5f88ddc3190b | |
parent | 0df958b161d44a92eef61c4198ddfa2d6ae8045c (diff) | |
download | pango-f7f15d079ec5e4716d88ff5796dcfa9a2e1629e8.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.yml | 1 |
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: |