diff --git a/rust-skim.spec b/rust-skim.spec index f2b8153..3cd5004 100644 --- a/rust-skim.spec +++ b/rust-skim.spec @@ -124,14 +124,11 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/skim/shell \ %if %{with check} %check -%ifarch %{arm} %{ix86} -# integer overflow in test code on 32-bit architectures -# https://github.com/lotabout/skim/issues/415 -%cargo_test -- -- --skip test_atoi -%else -%cargo_test -%endif +# * integer overflow in test code on 32-bit architectures +# https://github.com/lotabout/skim/issues/415 +# * rustc crashes during doctest compilation on aarch64 +%cargo_test -- --lib -- --skip test_atoi %endif %changelog -%autochangelog \ No newline at end of file +%autochangelog