On Tue, 6 Dec 2022 18:32:19 GMT, Johan Vos <[email protected]> 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
