SPC version: 2.8.5
OS: Ubuntu 24.04.2
spc download --with-php=8.5 --for-extensions "password-argon2"
# spc doctor looks all good
spc build --build-cli "password-argon2"
At the end, --build-cli builds the cli binary but fails this sanity check:
[18:10:36] [I] [EXEC] /home/user/repos/static-php-cli/test/buildroot/bin/php -n -r "assert(defined('PASSWORD_ARGON2I'));"
⚠ Validation failed: extension password-argon2 failed sanity check
----------------------------------------
Failed module: Builder for Linux
Failed validation module: password_argon2 function check
Found this while looking at the logs but no clue why:
[14:44:57] [I] password-argon2 is using --without-password-argon2
SPC version: 2.8.5
OS: Ubuntu 24.04.2
At the end, --build-cli builds the cli binary but fails this sanity check:
Found this while looking at the logs but no clue why: