We noticed that starting in 7.2, zip archives built on Unix and on Windows have different bytes. This is problem when trying to build reproducible packages across platforms, which we noticed in https://github.com/astral-sh/uv/actions/runs/21988945150/job/63530504143?pr=16907 when trying to update the zip crate.
It seem like #471 introduce this change intentionally, but there doesn't seem to be any way to override this behavior and ensure consistent archives no matter the build host.