From f72f1faab3c5905026514303009554069a92e6ac Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Jun 17 2020 16:18:45 +0000 Subject: Disable tests on non-64bit Signed-off-by: Igor Raits --- diff --git a/rust-pq-sys.spec b/rust-pq-sys.spec index 7832df1..72ea862 100644 --- a/rust-pq-sys.spec +++ b/rust-pq-sys.spec @@ -1,5 +1,10 @@ # Generated by rust2rpm 15 +%if 0%{?__isa_bits} == 32 +# https://github.com/sgrif/pq-sys/issues/32 +%bcond_with check +%else %bcond_without check +%endif %global debug_package %{nil} %global crate pq-sys