diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-30 08:54:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-30 08:54:07 -0400 |
commit | bbdb6890f2c45a7f5353402fb723073d15227612 (patch) | |
tree | 722a3f08792202f52f821b934cf3213b88be9d79 /.gitlab-ci.yml | |
parent | cb925c525e61738eb2410e199f0c52271bc14711 (diff) | |
download | pango-bbdb6890f2c45a7f5353402fb723073d15227612.tar.gz |
Revert "meson: Change introspection option to yielding feature"
This reverts commit 82cfabbabaade239beb26136cb28c98156552ea5.
This change broke GTK ci, and it takes more work to fix it than
I can invest atm. We can try again when GTK is ready for it.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c287010c..dffa8056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ asan-build: needs: [] variables: script: - - CC=clang meson --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=disabled _build + - CC=clang meson --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=false _build - ninja -C _build - .gitlab-ci/run-tests.sh _build allow_failure: true |