'make check' non-fatal on ppc64le too (#1096574)

This commit is contained in:
Rex Dieter 2014-05-12 07:20:01 -05:00
parent 2bc552ce39
commit 3b09b9caf6

View File

@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++
Name: gc
%global base_ver 7.2
Version: 7.2e
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Libraries
License: BSD
@ -95,8 +95,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
%check
make check
# ignore results on powerpc - the atomic stack feature is not working correctly
# there (#883748)
%ifarch ppc ppc64
# there (#883748,1096574)
%ifarch ppc ppc64 ppc64le
%global arch_ignore ||:
%endif
make check -C libatomic_ops %{?arch_ignore}
@ -145,6 +145,9 @@ rm -rf %{buildroot}
%changelog
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 7.2e-3
- 'make check' non-fatal on ppc64le too (#1096574)
* Fri Feb 21 2014 Rex Dieter <rdieter@fedoraproject.org> 7.2e-2
- update Urls to match upstream project move