Merge remote-tracking branch 'origin/drgrove/scdoc-source-date-epoch' into staging

This commit is contained in:
Lance R. Vick 2024-09-07 19:12:43 -07:00
commit baed331bd3
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -16,6 +16,7 @@ COPY --from=stagex/binutils . /
COPY --from=stagex/make . /
RUN tar -xf ${SRC_FILE}
WORKDIR /scdoc-${VERSION}
ENV SOURCE_DATE_EPOCH=1
RUN --network=none <<-EOF
set -eux
make PREFIX="/usr" -j "$(nproc)"