Skip to content

Nightly build failed because PHP 8.3 dev started #11

@llaville

Description

@llaville

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions