Merge remote-tracking branch 'origin/lance/fix-php' into staging

This commit is contained in:
Anton Livaja 2024-09-06 15:04:36 -04:00
commit 3e8b433198
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -50,6 +50,7 @@ COPY --from=stagex/sqlite3 . /
RUN tar -xf php-${VERSION}.tar.gz
WORKDIR /php-src-php-${VERSION}
COPY *.patch .
ENV SOURCE_DATE_EPOCH=1
RUN --network=none <<-EOF
set -eux
export CFLAGS="-O2"