Skip tests on ppc64le

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

@ -70,7 +70,12 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
%ifarch ppc64le
# https://github.com/BurntSushi/rust-pcre2/issues/8
%cargo_test || :
%else
%cargo_test
%endif
%endif
%changelog

Loading…
Cancel
Save