From 385352e82e108666d32629bdac7377c8a43eeb56 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 22 Feb 2022 04:07:53 +0100 Subject: [PATCH] Hack the workaround of the workaround --- rust-rav1e.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rust-rav1e.spec b/rust-rav1e.spec index 989d001..9d79a37 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -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