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.
This commit is contained in:
Niels De Graef 2023-01-15 00:07:56 +01:00
parent 0ef4776a78
commit 6053c523cb

View File

@ -26,7 +26,7 @@ fedora:asan:
before_script: before_script:
- dbus-uuidgen --ensure - dbus-uuidgen --ensure
script: script:
- meson _build -Db_sanitize=address -Dgtk_doc=false - meson _build -Db_sanitize=address -Dgtk_doc=false -Dintrospection=false
- meson compile -C _build - meson compile -C _build
- eval `dbus-launch --sh-syntax` - eval `dbus-launch --sh-syntax`
- meson test -C _build - meson test -C _build