Hello, Ludovic Courtès <l...@gnu.org> writes:
> Hello! > > Efraim Flashner <efr...@flashner.co.il> skribis: > >> I tried patching this a couple of ways, but it looks like the best >> option is going to be a 'patch-and-repack phase after 'install. the >> .crate file is really a gzip tarball, and I suspect that each time we >> run 'cargo <something>' the timestamp gets updated. > > So that ‘Cargo.toml’ file is not something taken from the build tree? > In that case we could reset the timestamp before the tarball is > created. But otherwise yeah, patch’n’repack. A better solution would be to have cargo honor SOURCE_DATE_EPOCH, perhaps? They'd probably accept such an improvement upstream. -- Thanks, Maxim