Revert "[Ubuntu] install libpcre1-8-0 for PHP compat (#4551)" (#4565)

This reverts commit 81d68d49b3.
This commit is contained in:
Mikhail Koliada
2021-11-23 12:10:09 +03:00
committed by GitHub
parent 741076d322
commit 0c030e3e07

View File

@@ -13,12 +13,6 @@ source $HELPER_SCRIPTS/install.sh
apt-add-repository ppa:ondrej/php -y
apt-get update
# install specific version of libpcre2 otherwise latest ppa-hosted php fails
# https://github.com/oerdnj/deb.sury.org/issues/1682
if isUbuntu20 ; then
apt-get install -y libpcre2-8-0
fi
# Install PHP
php_versions=$(get_toolset_value '.php.versions[]')