diff --git a/rust-rav1e.spec b/rust-rav1e.spec index 989d001..9d79a37 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -1,7 +1,5 @@ # Generated by rust2rpm 18 -# * work around codegen issues when compiling doctests with LLVM 13: -# https://bugzilla.redhat.com/show_bug.cgi?id=2045116 -%bcond_with check +%bcond_without check # Install all deps (without check), grab their licenses and make it simple # * ASL 2.0 @@ -592,8 +590,12 @@ rm -v %{buildroot}%{_libdir}/librav1e.a %if %{with check} %check +# * work around codegen issues when compiling doctests with LLVM 13: +# https://bugzilla.redhat.com/show_bug.cgi?id=2045116 +%ifnarch %{arm} %cargo_test %endif +%endif %changelog %autochangelog