dry-orange-3870
08/11/2025, 9:31 PM--no-local-cache
, kill pantsd and then run the same build, I get different digest fingerprints. Any ideas why?dry-orange-3870
08/11/2025, 9:45 PMdry-orange-3870
08/11/2025, 9:48 PMfast-nail-55400
08/11/2025, 10:43 PMfast-nail-55400
08/11/2025, 10:45 PM.jar
files. https://github.com/pantsbuild/pants/pull/16950dry-orange-3870
08/12/2025, 1:08 PMzipinfo -v
on the whl files shows timestamp information for each file from when I ran the build locally.
Setting env_vars=["SOURCE_DATE_EPOCH=1"],
on the python_distribution
results in deterministic wheel files now.
Looks like the tar.gz source dists are still different, but I don't actually need those for what I'm working on.
Thanks, Tom!