From a3e5a5a55d313a3b87f5f83e1b017f143a6d0814 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Nov 2020 13:57:14 +0100 Subject: ignore test suite on 32-bit --- php-pecl-memprof.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php-pecl-memprof.spec') diff --git a/php-pecl-memprof.spec b/php-pecl-memprof.spec index 30740a4..f68964d 100644 --- a/php-pecl-memprof.spec +++ b/php-pecl-memprof.spec @@ -10,7 +10,12 @@ # Please, preserve the changelog entries # +%if %{__isa_bits} < 64 +# some tests fail on 32-bit +%bcond_with tests +%else %bcond_without tests +%endif # we don't want -z defs linker flag %undefine _strict_symbol_defs_build -- cgit