Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
@ -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
%endif
%changelog