Skip to content

Commit 625b17d

Browse files
committed
Revert "feat: set SOURCE_DATE_EPOCH on chunkah (#2651)"
This reverts commit 7c3d4b6. See: coreos/chunkah#160
1 parent 8fd730e commit 625b17d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ rechunk $image=default_image $tag=default_tag $flavor=default_flavor:
341341
${PODMAN} run --rm --mount=type=image,src="${image_name}:${tag}",target=/chunkah \
342342
-v "${CHUNKAH_CONFIG_FILE}:/chunkah-config.json:ro,Z" \
343343
-v "${CHUNKAH_OUTPUT_DIR}:/run/out:Z" \
344-
-e SOURCE_DATE_EPOCH=0 \
345344
"{{ chunkah }}" \
346345
build \
347346
--verbose \

0 commit comments

Comments
 (0)