Skip to content

Commit

Permalink
Fixes for Windows comparable build script and doc update
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Jul 31, 2024
1 parent 78cbd88 commit 22dd3a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tooling/reproducible/repro_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ function expandJDK() {
rm -rf "${JDK_ROOT}_CP"
}

# Process SystemModules classes to remove ModuleHashes$Builder differences
# due to "hash" differences caused by:
# - Windows&Mac Signatures for "Reproducible Builds"
# - "Vendor String" differences for "Comparable Builds"
# Process SystemModules classes to remove ModuleHashes$Builder differences due to Signatures
# 1. javap
# 2. search for line: // Method jdk/internal/module/ModuleHashes$Builder.hashForModule:(Ljava/lang/String;[B)Ljdk/internal/module/ModuleHashes$Builder;
# 3. followed 3 lines later by: // String <module>
Expand Down

0 comments on commit 22dd3a2

Please sign in to comment.