Disable tests on s390x and armv7hl

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

@ -91,8 +91,13 @@ which use "unstable" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/servo/string-cache/issues/217
%ifarch s390x armv7hl
%cargo_test || :
%else
%cargo_test
%endif
%endif
%changelog
* Sat Jun 22 23:16:04 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-2

Loading…
Cancel
Save