diff --git a/rust-rend.spec b/rust-rend.spec index 281a94c..198597a 100644 --- a/rust-rend.spec +++ b/rust-rend.spec @@ -1,5 +1,11 @@ # Generated by rust2rpm 18 +# Deactivate test on armv7hl and s390x due to undeclare type +# https://github.com/rkyv/rend/issues/2 +%ifarch s390x armv7hl +%bcond_with check +%else %bcond_without check +%endif %global debug_package %{nil} %global crate rend