Skip to content

Commit 3853258

Browse files
authored
Enable pre-built packages for faster build process
1 parent 814c5c5 commit 3853258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$frankenphp = true;
4747

4848
// prefer downloading pre-built packages to speed up the build process
49-
$prefer_pre_built = false;
49+
$prefer_pre_built = true;
5050

5151
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5252
$extensions = match (PHP_OS_FAMILY) {

0 commit comments

Comments
 (0)