Fix swoole for PHP 7.3

This commit is contained in:
cytopia
2018-11-01 11:17:42 +01:00
parent a9fc2a95a1
commit 6fb6a2f61c
2 changed files with 4 additions and 2 deletions

View File

@@ -157,7 +157,8 @@ RUN set -x \
&& git clone -v https://github.com/swoole/swoole-src /tmp/swoole \
&& cd /tmp/swoole \
&& git checkout master \
&& git submodule update --init --recursive \
&& git checkout $(git describe --abbrev=0 --tags) \
&& git submodule update --init --recursive \
&& cd thirdparty/hiredis \
&& make -j$(getconf _NPROCESSORS_ONLN) \
&& make install \

View File

@@ -1304,7 +1304,8 @@ extensions_available:
git_url: https://github.com/swoole/swoole-src
git_ref: master
command: |
git submodule update --init --recursive \
git checkout $(git describe --abbrev=0 --tags) \
&& git submodule update --init --recursive \
&& cd thirdparty/hiredis \
&& make -j$(getconf _NPROCESSORS_ONLN) \
&& make install \