summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <ndegraef@redhat.com>2023-01-15 00:07:56 +0100
committerNiels De Graef <ndegraef@redhat.com>2023-01-15 00:11:19 +0100
commit6053c523cb88b954290afbeb0288934b1f46c727 (patch)
tree939e3c450b76d7d7705855cf6cbf9172ac98a797
parent0ef4776a786d57705ac7cbfc8413b44a12b6a9be (diff)
downloadlibsecret-6053c523cb88b954290afbeb0288934b1f46c727.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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