Bump version to 1.11.2

Update Node.js dependencies

Fix replacing v prefix in tool version

Use shivammathur/extensions tap for rdkafka on macOS

Update Ubuntu 16.04 warning in install.ts

Add patch for PCRE2
This commit is contained in:
Shivam Mathur
2021-07-13 15:13:18 +05:30
parent 32c1436247
commit fec64d1788
8 changed files with 1847 additions and 1639 deletions
+4
View File
@@ -316,6 +316,10 @@ if [ "$existing_version" != "$version" ]; then
status="Installed"
else
status="Found"
# Remove when PCRE2 on macOS images is updated to the patched PCRE2 10.37
add_brew_tap shivammathur/homebrew-php
update_dependencies
brew reinstall pcre2 >/dev/null 2>&1
fi
ini_file=$(php -d "date.timezone=UTC" --ini | grep "Loaded Configuration" | sed -e "s|.*:s*||" | sed "s/ //g")
sudo chmod 777 "$ini_file" "$tool_path_dir"