From 7bd91ad2ce41dd9f8c5cf44582b2726bb358d569 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 22 Feb 2022 03:54:01 +0100 Subject: [PATCH] Work around codegen issues when compiling doctests with LLVM 13 --- rust-rav1e.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-rav1e.spec b/rust-rav1e.spec index 0e9eb6b..989d001 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -1,5 +1,7 @@ # Generated by rust2rpm 18 -%bcond_without check +# * work around codegen issues when compiling doctests with LLVM 13: +# https://bugzilla.redhat.com/show_bug.cgi?id=2045116 +%bcond_with check # Install all deps (without check), grab their licenses and make it simple # * ASL 2.0