From f849c697a95fe64b8a5f09384f6559656ad1d161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Aug 2015 07:04:16 +0200 Subject: [PATCH] Stick to known working version of runkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Current runkit doesn't seem to compile... Signed-off-by: Michal Čihař --- test/install-runkit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/install-runkit b/test/install-runkit index 76663a6855..78d5deaa05 100755 --- a/test/install-runkit +++ b/test/install-runkit @@ -7,9 +7,10 @@ fi set -e -git clone --depth=1 git://github.com/zenovich/runkit.git +git clone --depth=100 git://github.com/zenovich/runkit.git pushd runkit +git checkout c337393762d54cf6df305cf8e92dac3a162157f4 phpize ./configure