xcaddy fails with this, because the module still calls itself dunglas/frankenphp

This commit is contained in:
DubbleClick
2025-06-19 12:08:53 +07:00
parent fbd6360bda
commit 40d602c82e
2 changed files with 2 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ abstract class UnixBuilderBase extends BuilderBase
$xcaddyModules = getenv('SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES');
// make it possible to build from a different frankenphp directory!
if (!str_contains($xcaddyModules, '--with github.com/php/frankenphp')) {
$xcaddyModules = '--with github.com/php/frankenphp ' . $xcaddyModules;
$xcaddyModules = '--with github.com/dunglas/frankenphp ' . $xcaddyModules;
}
if ($this->getLib('brotli') === null && str_contains($xcaddyModules, '--with github.com/dunglas/caddy-cbrotli')) {
logger()->warning('caddy-cbrotli module is enabled, but brotli library is not built. Disabling caddy-cbrotli.');