Disable doctests on ppc64le to work around a compiler crash on LLVM 15

This commit is contained in:
Fabio Valentini 2023-01-11 18:35:54 +01:00
parent 3d1a149754
commit 892b236e0e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 6 additions and 0 deletions

View File

@ -85,8 +85,14 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
%ifarch ppc64le
# * doctests fail to compile on ppc64le with LLVM 15:
# https://bugzilla.redhat.com/show_bug.cgi?id=2142648
%cargo_test -- --lib
%else
%cargo_test
%endif
%endif
%changelog
%autochangelog