We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751e5c8 commit 467055aCopy full SHA for 467055a
sbin/prepareWorkspace.sh
@@ -279,7 +279,7 @@ updateOpenj9Sources() {
279
if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then
280
cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return
281
# NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation
282
- bash get_source.sh --openssl-version=1.1.1v
+ bash get_source.sh --openssl-version=3.0.11
283
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
284
fi
285
}
0 commit comments