From 69958554897d70f745ab9fc6f971bac4c640935b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 22 Nov 2016 22:31:14 +0200 Subject: [PATCH] drop tests/040*.phpt tries to allocate 4GiB+ memory which fails on 32bit platforms https://github.com/msgpack/msgpack-php/issues/110 --- php-pecl-msgpack.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 0799366..78668fe 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -41,6 +41,11 @@ JSON. But unlike JSON, it is very fast and small. mv %{modname}-%{version}/* . %patch0 -p1 +# https://github.com/msgpack/msgpack-php/issues/110 +%ifarch %{ix86} +rm tests/040*.phpt +%endif + %build phpize %configure -- 2.44.0