fix: make acpica reproducible

This commit is contained in:
Lance R. Vick 2024-09-23 03:40:34 -07:00
parent 20be76c336
commit 5ff260d30a
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -18,6 +18,7 @@ COPY --from=stagex/flex . /
COPY --from=stagex/m4 . /
RUN tar -xf ${SRC_FILE}
WORKDIR /acpica-unix-${VERSION}
ENV SOURCE_DATE_EPOCH=1
ENV LDFLAGS="-Wl,-z,pack-relative-relocs"
RUN --network=none make NOWERROR=TRUE -j "$(nproc)"