Merge remote-tracking branch 'origin/pull/225/head' into staging

This commit is contained in:
ryan 2024-09-07 03:33:37 -04:00
commit 295969b40b
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -15,6 +15,7 @@ COPY --from=stagex/binutils . /
COPY --from=stagex/make . /
RUN tar -xvf $SRC_FILE
WORKDIR /socat-${VERSION}
ENV SOURCE_DATE_EPOCH=1
RUN --network=none <<-EOF
set -eux
./configure \