Ignore tests on s390x

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 023996a6a8
commit 8417f5decd
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -90,8 +90,13 @@ which use "u128" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# https://github.com/elichai/random-rs/issues/3
%ifarch s390x
%cargo_test || :
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
* Wed Feb 12 10:16:56 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.1-1 * Wed Feb 12 10:16:56 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.1-1

Loading…
Cancel
Save