diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 21df53a..a431478 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 30 09:31:23 UTC 2023 - Bjørn Lie + +- Run meson_test only on x86(_64) arches until upstream issue is + fixed. + https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/458 + ------------------------------------------------------------------- Wed Mar 22 23:00:25 UTC 2023 - Bjørn Lie diff --git a/gobject-introspection.spec b/gobject-introspection.spec index e005534..b237b01 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -112,7 +112,10 @@ a uniform, machine readable format. %meson_build %check +# Needed due to https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/458 +%ifarch %ix86 x86_64 %meson_test +%endif %install %meson_install