From 730a8722637af97ce6d7d26f6b3555d575f305b1 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Mon, 11 Nov 2024 16:07:11 +0000 Subject: [PATCH] Correct target jdk directory for test jdkbinary directory Signed-off-by: Andrew Leonard --- tooling/reproducible/linux_repro_build_compare.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/reproducible/linux_repro_build_compare.sh b/tooling/reproducible/linux_repro_build_compare.sh index 8598f960c..f326294c2 100755 --- a/tooling/reproducible/linux_repro_build_compare.sh +++ b/tooling/reproducible/linux_repro_build_compare.sh @@ -14,6 +14,11 @@ # This script examines the given SBOM metadata file, and then builds the exact same binary # and then compares with the supplied TARBALL_PARAM. +# SBOM_PARAM : Path to SBOM json file +# JDK_PARAM : One of: +# URL of JDK tarball +# Path to JDK tarball file +# Local directory that contains the given expanded "jdk-V.0.M+B" JDK folder set -e