From 195ee80399ad550d364a5edc4e8c593e2e31a5ca Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Jul 17 2018 19:44:39 +0000 Subject: Ignore tests result also on x86_64 --- diff --git a/ck.spec b/ck.spec index 887d970..e2236a7 100644 --- a/ck.spec +++ b/ck.spec @@ -61,7 +61,7 @@ rm %{buildroot}%{_libdir}/libck.a %check # tests fail on ppc64 and ppc64le, but since it's not whether it is problem # in tests or library, let's just ignore tests results for now -%ifarch %{ix86} ppc64 ppc64le +%ifarch %{ix86} x86_64 ppc64 ppc64le make check || : %else make check @@ -86,7 +86,7 @@ make check - Explicitly include gcc * Tue Jul 17 2018 Honza Horak - 0.6.0-6 -- Fix building on s390x and ignore tests also for ppc64le and ix86 +- Fix building on s390x and ignore tests also for ppc64le and ix86 and x86_64 * Thu Jul 12 2018 Fedora Release Engineering - 0.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild