From 62ecfbaeb60cbe5f4072bd81b8d4a3546625dcb2 Mon Sep 17 00:00:00 2001 From: judovana Date: Mon, 28 Oct 2024 01:09:43 +0100 Subject: [PATCH] The removeSystemModulesHashBuilderParams also changed signature from JDK to jdk OS java_home (#4009) --- tooling/reproducible/comparable_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/reproducible/comparable_patch.sh b/tooling/reproducible/comparable_patch.sh index d04ff8f23..40a826dd8 100755 --- a/tooling/reproducible/comparable_patch.sh +++ b/tooling/reproducible/comparable_patch.sh @@ -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