Use diff to detect and deploy-patch new shared extensions that built with php

This commit is contained in:
crazywhalecc
2025-11-09 17:13:41 +08:00
parent f4b03ae835
commit 987ad4b846
3 changed files with 29 additions and 0 deletions

View File

@@ -118,6 +118,8 @@ abstract class UnixBuilderBase extends BuilderBase
*/
public function deployBinary(string $src, string $dst, bool $executable = true): string
{
logger()->debug('Deploying binary from ' . $src . ' to ' . $dst);
// UPX for linux
$upx_option = (bool) $this->getOption('with-upx-pack', false);