mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
run shared ext builds after frankenphp build
This commit is contained in:
@@ -368,6 +368,7 @@ class php extends TargetPackage
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (SystemTarget::isUnix()) {
|
if (SystemTarget::isUnix()) {
|
||||||
|
$package->runStage([$this, 'unixBuildSharedExt']);
|
||||||
if ($installer->interactive) {
|
if ($installer->interactive) {
|
||||||
InteractiveTerm::indicateProgress('Running PHP smoke tests');
|
InteractiveTerm::indicateProgress('Running PHP smoke tests');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user