Ignore tests result also on x86_64

This commit is contained in:
Honza Horak 2018-07-17 21:44:39 +02:00
parent bd55330662
commit 195ee80399
1 changed files with 2 additions and 2 deletions

View File

@ -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 <hhorak@redhat.com> - 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 <releng@fedoraproject.org> - 0.6.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild