Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Explicitly build GA release 11.0.16+8
Browse files Browse the repository at this point in the history
Drop EA designator for the build.
  • Loading branch information
jhuttana committed Jul 22, 2022
1 parent 783ba6a commit 6d73de7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ staticlibs_arch() {
}

UPDATE="11.0.16"
BUILD=7
BUILD=8
NAME="openjdk-${UPDATE}_${BUILD}"
JRE_NAME="${NAME}-jre"
TEST_IMAGE_NAME="${NAME}-test-image"
TARBALL_BASE_NAME="OpenJDK11U"
EA_SUFFIX="_ea"
EA_SUFFIX=""
PLATFORM="$(platform_name)"
TARBALL_VERSION="${UPDATE}_${BUILD}${EA_SUFFIX}"
PLATFORM_VERSION="${PLATFORM}_${TARBALL_VERSION}"
Expand Down
3 changes: 1 addition & 2 deletions build11.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

rem define source version
set UPDATE=11.0.16
set BUILD=7
set BUILD=8
set MILESTONE=openjdk
set RELEASE_DATE=
set OJDK_MILESTONE=11u
Expand All @@ -33,7 +33,6 @@
set OJDK_TAG=jdk-%OJDK_UPDATE%+%OJDK_BUILD%

rem comment out for GA builds
set EARLY_ACCESS=_ea
rem if x%EARLY_ACCESS% == x set OJDK_TAG=jdk-%OJDK_UPDATE%-ga

rem uncomment to retrieve from jdk11u-dev repository
Expand Down
4 changes: 2 additions & 2 deletions install-rhel-deps-build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE="11.0.16"
BUILD=7
BUILD=8
NAME="openjdk-\${UPDATE}_\${BUILD}"
JRE_NAME="\${NAME}-jre"
TEST_IMAGE_NAME="\${NAME}-test-image"
TARBALL_BASE_NAME="OpenJDK11U"
EA_SUFFIX="_ea"
EA_SUFFIX=""
PLATFORM="$(platform_name)"
STATICLIBS_ARCH="$(staticlibs_arch)"
TARBALL_VERSION="\${UPDATE}_\${BUILD}\${EA_SUFFIX}"
Expand Down

0 comments on commit 6d73de7

Please sign in to comment.