Skip to content

Commit

Permalink
The removeSystemModulesHashBuilderParams also changed signature from …
Browse files Browse the repository at this point in the history
…JDK to jdk OS java_home (#4009)
  • Loading branch information
judovana authored Oct 28, 2024
1 parent af79a4f commit 62ecfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/reproducible/comparable_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ fi

if [[ "$OS" =~ CYGWIN* ]] || [[ "$OS" =~ Darwin* ]]; then
# SystemModules$*.class's differ due to hash differences from Windows COMPANY_NAME and Signatures
removeSystemModulesHashBuilderParams "${JDK_DIR}"
removeSystemModulesHashBuilderParams "${JDK_DIR}" "${OS}" "$(dirname "$(dirname "$(readlink -f "$(which java)")")")"
fi

if [[ "$OS" =~ CYGWIN* ]]; then
Expand Down

0 comments on commit 62ecfba

Please sign in to comment.