fix: remove datestamps in php

This commit is contained in:
Lance R. Vick 2024-09-06 00:44:39 -07:00
parent 68aeb243b6
commit 61b06fc776
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

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"