disable tests on s390x

This commit is contained in:
Tom Callaway 2019-11-06 08:31:16 -05:00
parent 141239c1ee
commit ce58201f09
1 changed files with 3 additions and 0 deletions

View File

@ -49,7 +49,10 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css
%check
# s390x fails this check in spooky ways
%ifnarch s390x
%{_bindir}/R CMD check %{packname}
%endif
%files
%license %{_libdir}/R/library/%{packname}/GPL-2