Enable pre-built packages for faster build process

This commit is contained in:
Jerry Ma 2025-11-21 13:29:43 +08:00 committed by GitHub
parent 814c5c591d
commit 3853258841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ $upx = false;
$frankenphp = true;
// prefer downloading pre-built packages to speed up the build process
$prefer_pre_built = false;
$prefer_pre_built = true;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {