From 6053c523cb88b954290afbeb0288934b1f46c727 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 15 Jan 2023 00:07:56 +0100 Subject: ci: Disable introspection when using asan The job times out when trying to generate the typelib, which seems to be a known issue, so let's just skip it as we're not testing that anyway. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 300ddf3..ee7f341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ fedora:asan: before_script: - dbus-uuidgen --ensure script: - - meson _build -Db_sanitize=address -Dgtk_doc=false + - meson _build -Db_sanitize=address -Dgtk_doc=false -Dintrospection=false - meson compile -C _build - eval `dbus-launch --sh-syntax` - meson test -C _build -- cgit v1.2.1