From 27d7246760ba48e61d2327eed0560dfe4de02056 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 9 Feb 2024 14:07:51 +0100 Subject: [PATCH] Re-enable tests on s390x --- libhandy.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libhandy.spec b/libhandy.spec index 4a0e2c6..7f7c7eb 100644 --- a/libhandy.spec +++ b/libhandy.spec @@ -56,16 +56,11 @@ developing applications that use %{name}. %build -# Avatar test fails on s390x. %meson -Dgtk_doc=true -Dexamples=false \ %if %{without glade} -Dglade_catalog=disabled \ %endif -%ifnarch s390x - -Dtests=true -%else - -Dtests=false -%endif + %{nil} %meson_build @@ -103,6 +98,7 @@ developing applications that use %{name}. %changelog * Fri Feb 09 2024 Kalev Lember - 1.8.3-1 - Update to 1.8.3 +- Re-enable tests on s390x * Wed Feb 07 2024 Kalev Lember - 1.8.2-8 - Migrate to SPDX license