]> git.pld-linux.org Git - packages/php-pecl-msgpack.git/commitdiff
drop tests/040*.phpt
authorElan Ruusamäe <glen@delfi.ee>
Tue, 22 Nov 2016 20:31:14 +0000 (22:31 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 22 Nov 2016 20:32:00 +0000 (22:32 +0200)
tries to allocate 4GiB+ memory which fails on 32bit platforms
https://github.com/msgpack/msgpack-php/issues/110

php-pecl-msgpack.spec

index 07993661e6e0bdb1c61e1d1c5a0697be6a93b737..78668fe339e739ffaab857702e2affe5861a7807 100644 (file)
@@ -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
This page took 0.063533 seconds and 4 git commands to generate.