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 19038e1 commit 2d1c10dCopy full SHA for 2d1c10d
sbin/prepareWorkspace.sh
@@ -287,7 +287,7 @@ updateOpenj9Sources() {
287
if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then
288
cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return
289
# NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation
290
- bash get_source.sh --openssl-version=3.0.12
+ bash get_source.sh --openssl-version=openssl-3.0.12+CVEs1 --openssl-repo=https://github.com/ibmruntimes/openssl.git
291
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
292
fi
293
}
0 commit comments