Skip to content

Commit

Permalink
Go back to using non-JIT arm64 JDK8 so we can do a release (adoptium#…
Browse files Browse the repository at this point in the history
…1588)

Signed-off-by: Stewart Addison <[email protected]>
  • Loading branch information
Simon Rushton authored Mar 5, 2020
1 parent f7681bc commit 01f365e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configureBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ setRepository() {
elif [[ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_CORRETTO}" ]]
then
suffix="corretto/corretto-${BUILD_CONFIG[OPENJDK_CORE_VERSION]:3}"
elif [ "${BUILD_CONFIG[OPENJDK_CORE_VERSION]}" == "${JDK8_CORE_VERSION}" ] && [ "${BUILD_CONFIG[OS_ARCHITECTURE]}" == "armv7l" ]; then
suffix="adoptopenjdk/openjdk-aarch32-jdk8u";
else
suffix="adoptopenjdk/openjdk-${BUILD_CONFIG[OPENJDK_FOREST_NAME]}";
fi
Expand Down Expand Up @@ -236,7 +234,7 @@ processArgumentsforSpecificArchitectures() {

"armv7l")
if [ "${BUILD_CONFIG[OPENJDK_CORE_VERSION]}" == "${JDK8_CORE_VERSION}" ] && isHotSpot; then
jvm_variant=client
jvm_variant=zero
else
jvm_variant=server,client
fi
Expand Down

0 comments on commit 01f365e

Please sign in to comment.