From a5c0bf10ef9f5e09a87eeb6b1ec3b4a5c6162b0a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 25 Mar 2021 17:31:14 +0100 Subject: [PATCH] temporarily disable tests to work around LLVM codegen issue --- rust-quickcheck.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rust-quickcheck.spec b/rust-quickcheck.spec index c1e29a5..af93444 100644 --- a/rust-quickcheck.spec +++ b/rust-quickcheck.spec @@ -1,12 +1,14 @@ # Generated by rust2rpm 16 -%bcond_without check +# * temporarily disable tests to work around LLVM codegen issue +# hopefully fixed by: https://src.fedoraproject.org/rpms/llvm11/pull-request/2 +%bcond_with check %global debug_package %{nil} %global crate quickcheck Name: rust-%{crate} Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatic property based testing with shrinking # Upstream license specification: Unlicense/MIT @@ -119,6 +121,9 @@ which use "use_logging" feature of "%{crate}" crate. %endif %changelog +* Thu Mar 25 2021 Fabio Valentini - 1.0.3-2 +- Temporarily disable tests to work around LLVM codegen issue. + * Thu Mar 25 2021 Fabio Valentini - 1.0.3-1 - Update to version 1.0.3.