Skip to content

Commit

Permalink
adapting comparable_patch.sh to new signature of removeExcludedFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Oct 14, 2024
1 parent 08621c7 commit be4d88b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/reproducible/comparable_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ removeSignatures "$JDK_DIR" "$OS"

echo "Successfully removed all Signatures from ${JDK_DIR}"

removeExcludedFiles
# comparabnle patch, as per readme, requires java on path
removeExcludedFiles "${JDK_DIR}" "${OS}" "$(dirname $(dirname $(readlink -f $(which java))))"

# Needed due to vendor variation in jmod re-packing after signing, putting attributes in different order
processModuleInfo
Expand Down

0 comments on commit be4d88b

Please sign in to comment.