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 8u292-b10.
Browse files Browse the repository at this point in the history
Drop EA designator for the build.
  • Loading branch information
jhuttana committed Apr 20, 2021
1 parent fd37794 commit ce919c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ platform_name() {
}

UPDATE=292
BUILD=b09
BUILD=b10
NAME="openjdk-8u${UPDATE}-${BUILD}"
JRE_NAME="${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
EA_SUFFIX="_ea"
EA_SUFFIX=""
PLATFORM="$(platform_name)"
TARBALL_VERSION="8u${UPDATE}${BUILD}${EA_SUFFIX}"
PLATFORM_VERSION="${PLATFORM}_${TARBALL_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions install-rhel6-deps-build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE=292
BUILD=b09
BUILD=b10
NAME="openjdk-8u\${UPDATE}-\${BUILD}"
JRE_NAME="\${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
EA_SUFFIX="_ea"
EA_SUFFIX=""
PLATFORM="$(platform_name)"
TARBALL_VERSION="8u\${UPDATE}\${BUILD}\${EA_SUFFIX}"
PLATFORM_VERSION="\${PLATFORM}_\${TARBALL_VERSION}"
Expand Down

0 comments on commit ce919c0

Please sign in to comment.