Hack the workaround of the workaround

This commit is contained in:
Fabio Valentini 2022-02-22 04:07:53 +01:00
parent 7bd91ad2ce
commit 385352e82e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# Generated by rust2rpm 18
# * work around codegen issues when compiling doctests with LLVM 13:
# https://bugzilla.redhat.com/show_bug.cgi?id=2045116
%bcond_with check
%bcond_without check
# Install all deps (without check), grab their licenses and make it simple
# * ASL 2.0
@ -592,8 +590,12 @@ rm -v %{buildroot}%{_libdir}/librav1e.a
%if %{with check}
%check
# * work around codegen issues when compiling doctests with LLVM 13:
# https://bugzilla.redhat.com/show_bug.cgi?id=2045116
%ifnarch %{arm}
%cargo_test
%endif
%endif
%changelog
%autochangelog