RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v7]

John Neffenger jgneff at openjdk.org
Wed Dec 7 22:01:27 UTC 2022


On Tue, 6 Dec 2022 18:32:19 GMT, Johan Vos <jvos at openjdk.org> wrote:

> I have no magic solution though for doing this completely outside the current build system.

@johanvos  There is one magic solution for post-processing files outside of the build: the `strip-nondeterminism` program I mentioned at the top of this pull request. It won't fix nested archives, such as JAR files inside ZIP files, but it can fix those files individually (and JMOD archives, too).

-------------

PR: https://git.openjdk.org/jfx/pull/446


More information about the openjfx-dev mailing list