You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation of extensions is failing on AWS hosted runners with
/codebuild/output/src2709930044/src/actions-runner/_work/_actions/shivammathur/setup-php/v2/src/scripts/../scripts/extensions/add_extensions.sh: line 5: semver: parameter null or not set
Error: The process '/usr/bin/bash' failed with exit code 1
Configuration file '/etc/php/8.4/mods-available/redis.ini'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
==> Using new file as you requested.
Installing new version of config file /etc/php/8.4/mods-available/redis.ini ...
Processing triggers for php8.4-cli (8.4.4-1+ubuntu22.04.1+deb.sury.org+1) ...
Processing triggers for php8.4-phpdbg (8.4.4-1+ubuntu22.04.1+deb.sury.org+1) ...
+ add_extension_log redis 'Installed and enabled'
++ echo redis
++ cut -d - -f 1
+ check_extension redis
+ local extension=redis
+ local extension_list=/tmp/php8.4_extensions
+ '[' '!' -e /tmp/php8.4_extensions ']'
+ '[' redis '!=' mysql ']'
+ grep -i -q -w redis /tmp/php8.4_extensions
+ php -m
+ grep -i -q -w redis
/codebuild/output/src1825702414/src/actions-runner/_work/_actions/shivammathur/setup-php/more-verbose/src/scripts/../scripts/extensions/add_extensions.sh: line 5: semver: parameter null or not set
+ sudo rm -rf /tmp/install.sh.lock
Describe the bug
Installation of extensions is failing on AWS hosted runners with
Version
Runners
Self Hosted
Operating systems
Ubuntu 22.04 aws/codebuild/standard:7.0
PHP versions
PHP 8.4
To Reproduce
Expected behavior
Installs successfully
Screenshots/Logs
Additional context
This is our first attempt at self hosted runners so we haven't had this working yet.
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: