ignore tests on s390x

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

@ -73,7 +73,12 @@ which use %{crate} from crates.io.
%if %{with check}
%check
%cargo_test
# https://github.com/rust-lang-nursery/rust-bindgen/issues/1412#issuecomment-427632052
%ifarch s390x
%cargo_test || :
%else
%cargo_test
%endif
%endif
%files -n %{crate}

Loading…
Cancel
Save