mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
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:
parent
0ef4776a78
commit
6053c523cb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user