diff options
| author | Remi Collet <remi@remirepo.net> | 2020-11-19 13:57:14 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-11-19 13:57:14 +0100 | 
| commit | a3e5a5a55d313a3b87f5f83e1b017f143a6d0814 (patch) | |
| tree | b12cd7c6784aced35ab62ef65dfbcde01e5e3f98 | |
| parent | df78a791a0315d590abd8a54808d05178f711a70 (diff) | |
ignore test suite on 32-bit
| -rw-r--r-- | php-pecl-memprof.spec | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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 | 
