tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
170 stars 6 forks source link

Fix the mtime of all files in the zip archive − take 2 #33

Closed thufschmitt closed 5 years ago

thufschmitt commented 5 years ago

Simplified rewrite of #28

Needed to make it reproducible (because the mtime of the files will be included in the archive) In particular, not doing this means that clodl won't play well with the bazel remote cache.

facundominguez commented 5 years ago

Thanks!