From 10be25ae675f8f9dab8579f8ea218ff27372e491 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Oct 06 2021 10:59:11 +0000 Subject: skip test on s390x Bug reported upstream: https://github.com/festvox/flite/issues/67 --- diff --git a/flite.spec b/flite.spec index a4d43a0..18a5bb6 100644 --- a/flite.spec +++ b/flite.spec @@ -1,3 +1,10 @@ +%ifnarch s390x +%bcond_without check +%else +# https://github.com/festvox/flite/issues/67 +%bcond_with check +%endif + Name: flite Version: 2.2 Release: 1%{?dist} @@ -57,8 +64,10 @@ make flite.html rm %{buildroot}%{_libdir}/libflite*.a +%if %{with check} %check LD_LIBRARY_PATH=%{buildroot}%{_libdir} make -C testsuite do_thread_test +%endif %files @@ -85,6 +94,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make -C testsuite do_thread_test - enable parallel make - use modern macros - fix LTO warnings +- skip test on s390x * Wed Jul 21 2021 Fedora Release Engineering - 1.3-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild