-
-
Notifications
You must be signed in to change notification settings - Fork 7
Nightly build failed because PHP 8.3 dev started #11
Copy link
Copy link
Closed
Description
Hello @cytopia,
Nightly builds are no more available.
Main reason is PHP 8.3 has started development in master branch (see https://github.com/php/php-src/blob/master/CONTRIBUTING.md).
I recommand to update the git clone command to clone the PHP-8.2 branch.
Current result make build output is :
Step 21/27 : RUN set -x && php -v | grep -oE 'PHP\s[.0-9]+' | grep -oE '[.0-9]+' | grep '^8.2' && /usr/local/sbin/php-fpm --test && PHP_ERROR="$( php -v 2>&1 1>/dev/null )" && if [ -n "${PHP_ERROR}" ]; then echo "${PHP_ERROR}"; false; fi
---> Running in 8ac2226a9f70
+ php -v
+ grep -oE PHP\s[.0-9]+
+ grep -oE [.0-9]+
+ grep ^8.2
The command '/bin/sh -c set -x && php -v | grep -oE 'PHP\s[.0-9]+' | grep -oE '[.0-9]+' | grep '^8.2' && /usr/local/sbin/php-fpm --test && PHP_ERROR="$( php -v 2>&1 1>/dev/null )" && if [ -n "${PHP_ERROR}" ]; then echo "${PHP_ERROR}"; false; fi' returned a non-zero code: 1
Makefile.docker:49: recipe for target 'docker-arch-build' failed
make: *** [docker-arch-build] Error 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels