From 05f949bb95540615a2dcdd5183a743c51907a320 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 9 May 2024 15:12:52 -0400 Subject: [PATCH] Update --user-openjdk-build-root-directory Signed-off-by: Sophia Guo --- tooling/reproducible/windows_repro_build_compare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/reproducible/windows_repro_build_compare.sh b/tooling/reproducible/windows_repro_build_compare.sh index 18a46f38f0..ec9435f7ea 100755 --- a/tooling/reproducible/windows_repro_build_compare.sh +++ b/tooling/reproducible/windows_repro_build_compare.sh @@ -606,6 +606,7 @@ Prepare_Env_For_Build() { if [ "$fixed_param" == "--with-toolchain-version" ]; then fixed_value="$visualStudioVersion" ; fi if [ "$fixed_param" == "--with-ucrt-dll-dir" ]; then fixed_value="temporary_speech_mark_placeholder${UCRT_PARAM_PATH}temporary_speech_mark_placeholder " ; fi if [ "$fixed_param" == "--target-file-name" ]; then target_file="$fixed_value" ; fi + if [ "$fixed_param" == "--user-openjdk-build-root-directory" ]; then fixed_value="$WORK_DIR/temurin-build/workspace/build/openjdkbuild" # Fix Build Variant Parameter To Strip JDK Version