Skip doctests on armv7hl to temporarily work around a test failure

epel9
Fabio Valentini 3 years ago
parent 0270ed57be
commit 334db3cb0d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -150,8 +150,14 @@ use the "serde" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifarch %{arm}
# * some doctests inconsistently fail on armv7hl:
# https://github.com/rust-lang/hashbrown/issues/349
%cargo_test -- --lib
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
%autochangelog %autochangelog

Loading…
Cancel
Save