mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +02:00
[ticket/12318] Revert "Pin HHVM version to 3.0.0~precise."
This reverts commit f6614f2078740675ca0228b348500991888c2140 as the install command started failing with "Version '3.0.0~precise' for 'hhvm' was not found" in the meantime. PHPBB3-12318
This commit is contained in:
parent
c2fbaf3af2
commit
1a044711fb
@ -26,8 +26,7 @@ APP_SOCK=$(realpath "$DIR")/php-app.sock
|
|||||||
if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ]
|
if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ]
|
||||||
then
|
then
|
||||||
# Upgrade to a recent stable version of HHVM
|
# Upgrade to a recent stable version of HHVM
|
||||||
sudo apt-get -o Dpkg::Options::="--force-confnew" \
|
sudo apt-get -o Dpkg::Options::="--force-confnew" install -y hhvm
|
||||||
install -y hhvm=3.0.0~precise
|
|
||||||
|
|
||||||
# MySQLi is broken in HHVM 3.0.0~precise and still does not work for us in
|
# MySQLi is broken in HHVM 3.0.0~precise and still does not work for us in
|
||||||
# 2014.03.28~saucy, i.e. needs more work. Use MySQL extension for now.
|
# 2014.03.28~saucy, i.e. needs more work. Use MySQL extension for now.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user