From 0fb79338aea1c25f4249aeb91f2a5fcc0af4a67a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 6 Nov 2021 16:21:20 +0100 Subject: [PATCH] Temporarily disable tests to work around codegen issues with LLVM 12 --- rust-nom.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-nom.spec b/rust-nom.spec index 5a30dc5..405655a 100644 --- a/rust-nom.spec +++ b/rust-nom.spec @@ -1,5 +1,7 @@ # Generated by rust2rpm 18 -%bcond_without check +# * temporarily disable tests to work around codegen issues with LLVM 12: +# https://bugzilla.redhat.com/show_bug.cgi?id=2020861 +%bcond_with check %global debug_package %{nil} %global crate nom