diff --git a/sbin/prepareWorkspace.sh b/sbin/prepareWorkspace.sh index db2e54f2b..dc0bf2a67 100644 --- a/sbin/prepareWorkspace.sh +++ b/sbin/prepareWorkspace.sh @@ -279,7 +279,7 @@ updateOpenj9Sources() { if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return # NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation - bash get_source.sh --openssl-version=OpenSSL_1_1_1u+CVEs --openssl-repo=https://github.com/ibmruntimes/openssl.git + bash get_source.sh --openssl-version=OpenSSL_1_1_1u+CVEs1 --openssl-repo=https://github.com/ibmruntimes/openssl.git cd "${BUILD_CONFIG[WORKSPACE_DIR]}" fi }