From a733f1a38127e6334faedc2f99df221aaf2aa5e1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 20:44:49 +0200 Subject: [PATCH] Disable tests on 32bit Signed-off-by: Igor Gnatenko --- rust-nom.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rust-nom.spec b/rust-nom.spec index de09b3b..1e00750 100644 --- a/rust-nom.spec +++ b/rust-nom.spec @@ -1,5 +1,10 @@ # Generated by rust2rpm 10 -%bcond_without check +# * https://github.com/Geal/nom/issues/966 +%if %{__isa_bits} >= 64 + %bcond_without check +%else + %bcond_without check +%endif %global debug_package %{nil} %global crate nom