make it fail again (so we can later enable tmate)

This commit is contained in:
DubbleClick 2025-07-05 22:51:57 +07:00
parent 01517f82b8
commit 10c8fe1f26
2 changed files with 2 additions and 2 deletions

View File

@ -55,6 +55,8 @@ jobs:
extensions: curl, openssl, mbstring
ini-values: memory_limit=-1
tools: composer
env:
phpts: zts
- name: "Cache Composer packages"
id: composer-cache

View File

@ -338,8 +338,6 @@ abstract class UnixBuilderBase extends BuilderBase
}
$config = (new SPCConfigUtil($this))->config($this->ext_list, $this->lib_list, with_dependencies: true);
$libphp = getenv('SPC_CMD_VAR_PHP_EMBED_TYPE') === 'shared' ? 'libphp.so' : 'libphp.a';
$config['libs'] = str_replace('-lphp', BUILD_LIB_PATH . '/' . $libphp, $config['libs']);
$env = [
'CGO_ENABLED' => '1',