Add support for ast from shivammathur/extensions on macOS

This commit is contained in:
Shivam Mathur 2022-08-10 13:19:47 +05:30
parent aa82ffc68f
commit 401bdecb71
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 3 additions and 2 deletions

2
dist/index.js vendored
View File

@ -263,7 +263,7 @@ async function addExtensionDarwin(extension_csv, version) {
case /(?<!5\.[3-5])(amqp|apcu|expect|gnupg|grpc|igbinary|imagick|imap|mailparse|mcrypt|memcache|memcached|mongodb|msgpack|protobuf|psr|raphf|rdkafka|redis|ssh2|swoole|xdebug|xdebug2|yaml|zmq)/.test(version_extension):
case /(5\.6|7\.[0-4])propro/.test(version_extension):
case /(?<!5\.[3-6]|7\.0)pcov/.test(version_extension):
case /(?<!5\.[3-6])(vips|xlswriter)/.test(version_extension):
case /(?<!5\.[3-6])(ast|vips|xlswriter)/.test(version_extension):
add_script += await utils.joins('\nadd_brew_extension', ext_name, ext_prefix);
return;
case /^sqlite$/.test(extension):

View File

@ -1,5 +1,6 @@
amqp=amqp
apcu=apcu
ast=ast
couchbase=couchbase
event=event
expect=expect

View File

@ -85,7 +85,7 @@ export async function addExtensionDarwin(
):
case /(5\.6|7\.[0-4])propro/.test(version_extension):
case /(?<!5\.[3-6]|7\.0)pcov/.test(version_extension):
case /(?<!5\.[3-6])(vips|xlswriter)/.test(version_extension):
case /(?<!5\.[3-6])(ast|vips|xlswriter)/.test(version_extension):
add_script += await utils.joins(
'\nadd_brew_extension',
ext_name,