]> git.ipfire.org Git - thirdparty/zstd.git/commit
Make the build reproducible 1120/head
authorChris Lamb <lamby@debian.org>
Fri, 4 May 2018 15:39:03 +0000 (08:39 -0700)
committerChris Lamb <lamby@debian.org>
Fri, 4 May 2018 15:39:51 +0000 (08:39 -0700)
commit2dbe408a497a0528023c5ea3bc6b20f5b1f5de2b
tree4c502fd25f031ea5864504e2a757342448b2ef8e
parent5ec92c4d96dbd5f23279d699ec4c4c03ba7e6855
Make the build reproducible

Whilst working on the Reproducible Builds effort [0], we noticed
that zstd could not be built reproducibly.

This is due to the manual page encoding the number of CPUs from the
build machine and thus varies across builds.

This was originally filed in Debian as #897904 [1].

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/897904

Signed-off-by: Chris Lamb <lamby@debian.org>
contrib/pzstd/Options.cpp