Add support for ibm extensions [skip ci]

This commit is contained in:
Shivam Mathur
2025-11-25 12:56:52 +05:30
parent cc78f4c7f9
commit e16ea8d549
7 changed files with 173 additions and 9 deletions

View File

@ -400,7 +400,7 @@ export async function customPackage(
version: string,
os: string
): Promise<string> {
const pkg_name: string = pkg.replace(/\d+|(pdo|pecl)[_-]/, '');
const pkg_name: string = pkg.replace(/\d+|(pdo|pecl)[_-]|[_-]db2/, '');
const script_extension: string = await scriptExtension(os);
const script: string = path.join(
__dirname,