diff --git a/rust-bat.spec b/rust-bat.spec index 434b8cf..90b2ddd 100644 --- a/rust-bat.spec +++ b/rust-bat.spec @@ -329,8 +329,14 @@ install -Dpm0644 target/release/build/%{crate}-*/out/assets/completions/bat.fish %if %{with check} %check +%ifarch %{arm} +# * doctests fail to compile on armv7hl with LLVM 14: +# https://bugzilla.redhat.com/show_bug.cgi?id=2086106 +%cargo_test -- --lib +%else %cargo_test %endif +%endif %changelog %autochangelog