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

Commit

Permalink
Explicitly build EA tag jdk8u332-b06
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Apr 1, 2022
1 parent 41f4b35 commit a181096
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform_name() {
}

UPDATE=332
BUILD=b05
BUILD=b06
NAME="openjdk-8u${UPDATE}-${BUILD}"
JRE_NAME="${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
Expand Down
4 changes: 2 additions & 2 deletions build8.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

rem define source version
set UPDATE=332
set BUILD=b05
set BUILD=b06
set MILESTONE=redhat
set OJDK_MILESTONE=8u
set OJDK_UPDATE=332
set OJDK_BUILD=b05
set OJDK_BUILD=b06
set OJDK_TAG=jdk%OJDK_MILESTONE%%OJDK_UPDATE%-%OJDK_BUILD%
set EA_SUFFIX="_ea"

Expand Down
2 changes: 1 addition & 1 deletion install-rhel6-deps-build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE=332
BUILD=b05
BUILD=b06
NAME="openjdk-8u\${UPDATE}-\${BUILD}"
JRE_NAME="\${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
Expand Down

0 comments on commit a181096

Please sign in to comment.