Re: [PATCH] Explicitly unset SOURCE_DATE_EPOCH before running fs tests

2022-09-22 Thread Steve McIntyre
On Thu, Sep 22, 2022 at 07:18:50PM +0200, Daniel Kiper wrote: >On Sun, Sep 18, 2022 at 11:12:02PM +0100, Steve McIntyre wrote: >> In some filesystem utils like mksquashfs, they will silently change >> behaviour and cause timestamps to unexpectedly change. Build >> environments like Debian's set SOU

Re: [PATCH] Explicitly unset SOURCE_DATE_EPOCH before running fs tests

2022-09-22 Thread Daniel Kiper
On Sun, Sep 18, 2022 at 11:12:02PM +0100, Steve McIntyre wrote: > In some filesystem utils like mksquashfs, they will silently change > behaviour and cause timestamps to unexpectedly change. Build > environments like Debian's set SOURCE_DATE_EPOCH in the environment, > so remove it. Reproducible bu

[PATCH] Explicitly unset SOURCE_DATE_EPOCH before running fs tests

2022-09-18 Thread Steve McIntyre
In some filesystem utils like mksquashfs, they will silently change behaviour and cause timestamps to unexpectedly change. Build environments like Debian's set SOURCE_DATE_EPOCH in the environment, so remove it. Reproducible builds are good and useful for shipped artifacts, but this causes build-ti