RFR: 8276743: Make openjdk build Zip Archive generation "reproducible" [v5]

Andrew Leonard aleonard at openjdk.java.net
Fri Nov 12 08:24:13 UTC 2021


> This PR adds a new openjdk build tool GenerateZip, which generates a final "zip" file from an input folder, and creates it in a deterministic way, ensuring ordering and timestamps are set as specified.
> 
> Using this tool in ZipArchive.gmk will ensure src.zip is then created deterministically.
> 
> Signed-off-by: Andrew Leonard <anleonar at redhat.com>

Andrew Leonard has updated the pull request incrementally with one additional commit since the last revision:

  8276743: Make openjdk build Zip Archive generation "reproducible"
  
  Signed-off-by: Andrew Leonard <anleonar at redhat.com>

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6311/files
  - new: https://git.openjdk.java.net/jdk/pull/6311/files/8d148065..ea477b9c

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6311&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6311&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6311.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6311/head:pull/6311

PR: https://git.openjdk.java.net/jdk/pull/6311



More information about the build-dev mailing list