Skip to content

Commit 21177fb

Browse files
Semphrissskeeto
authored andcommitted
Disable timestamps in 7-zip archives
Bad for reproducibility. Closes #153.
1 parent 481c6ab commit 21177fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,6 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
497497
&& cat /mingw-w64-v$MINGW_VERSION/mingw-w64-libraries/winpthreads/COPYING \
498498
>>$PREFIX/COPYING.MinGW-w64-runtime.txt \
499499
&& echo $VERSION >$PREFIX/VERSION.txt \
500-
&& 7z a -mx=9 $PREFIX.7z $PREFIX
500+
&& 7z a -mx=9 -mtm=- $PREFIX.7z $PREFIX
501501
ENV PREFIX=${PREFIX}
502502
CMD cat /7z/7z.sfx $PREFIX.7z

0 commit comments

Comments
 (0)