From 041b07df0d8621c8af271140542f0933ece8bd68 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 23 Sep 2024 14:57:55 -0700 Subject: [PATCH] fix: nasm reproducibility --- packages/nasm/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nasm/Containerfile b/packages/nasm/Containerfile index dfb4784..9be1f11 100644 --- a/packages/nasm/Containerfile +++ b/packages/nasm/Containerfile @@ -16,6 +16,7 @@ COPY --from=stagex/musl . / COPY --from=stagex/perl . / RUN tar -xf ${SRC_FILE} WORKDIR /nasm-${VERSION} +ENV SOURCE_DATE_EPOCH=1 RUN --network=none <<-EOF set -eux ./configure \