From c85539433ce96c666494e7edb0c853fab549a30f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 16 Feb 2022 10:12:05 -0800 Subject: [PATCH] Disable another test that fails on 32-bit ARM We don't build 32-bit ARM on Rawhide any more, but let's keep it and F36 in line for now. --- gjs.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gjs.spec b/gjs.spec index 47fab40..e6241c5 100644 --- a/gjs.spec +++ b/gjs.spec @@ -60,12 +60,17 @@ the functionality of the installed gjs package. %prep %autosetup -p1 -# Disable a test that fails on i686 for now, we don't care much about -# i686 and need this to build: +# Disable a test that fails on 32-bit for now, we don't care much about +# i686 or 32-bit ARM and need this to build: # https://gitlab.gnome.org/GNOME/gjs/-/issues/462 -%ifarch %{ix86} +%ifarch %{ix86} %{arm} sed -i -e "/'GIMarshalling'/d" installed-tests/js/meson.build %endif +# Also disable another test that fails on 32-bit ARM: +# https://gitlab.gnome.org/GNOME/gjs/-/issues/463 +%ifarch %{arm} +sed -i -e "/'Gtk4'/d" installed-tests/js/meson.build +%endif %build %meson