Skip to content

Commit

Permalink
Revert "Build aarch32 (arm32/armv7l) builds from main repository inst…
Browse files Browse the repository at this point in the history
…ead of the aarch32-specific one for April GA (adoptium#1655)"

This reverts commit 4937941.
  • Loading branch information
Stewart Addison committed Apr 20, 2020
1 parent 149ab51 commit 36c03c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configureBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ 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 @@ -235,7 +237,8 @@ processArgumentsforSpecificArchitectures() {

"armv7l")
if [ "${BUILD_CONFIG[OPENJDK_CORE_VERSION]}" == "${JDK8_CORE_VERSION}" ] && isHotSpot; then
jvm_variant=zero
jvm_variant=client
make_args_for_any_platform="DEBUG_BINARIES=true images"
else
jvm_variant=server,client
make_args_for_any_platform="DEBUG_BINARIES=true images legacy-jre-image"
Expand Down

0 comments on commit 36c03c0

Please sign in to comment.