Ignore tests on 32bit

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 36b5f6900d
commit 21a0ea5a15
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -107,7 +107,12 @@ which use "std-pattern" feature of "%{crate}" crate.
%if %{with check}
%check
# Somehow rustdoc crashes on 32bit
%if 0%{?__isa_bits} >= 64
%cargo_test
%else
%cargo_test || :
%endif
%endif
%changelog

Loading…
Cancel
Save