Skip doctests due to problems with LLVM 14 on armv7hl and LLVM 12 on i686

* https://bugzilla.redhat.com/show_bug.cgi?id=2086106
* https://bugzilla.redhat.com/show_bug.cgi?id=2020861
epel9
Fabio Valentini 3 years ago
parent b70f35980d
commit d7fbaf9647
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -207,7 +207,8 @@ use the "serde" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * doctests fail to compile on armv7hl with LLVM 14 and on i686 with LLVM 12
%cargo_test -- --lib
%endif %endif
%changelog %changelog

Loading…
Cancel
Save