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 jdk-11.0.16+3
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed May 18, 2022
1 parent d602585 commit 5d8f470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ staticlibs_arch() {
}

UPDATE="11.0.16"
BUILD=2
BUILD=3
NAME="openjdk-${UPDATE}_${BUILD}"
JRE_NAME="${NAME}-jre"
TEST_IMAGE_NAME="${NAME}-test-image"
Expand Down
2 changes: 1 addition & 1 deletion 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=2
set BUILD=3
set MILESTONE=openjdk
set RELEASE_DATE=
set OJDK_MILESTONE=11u
Expand Down
2 changes: 1 addition & 1 deletion install-rhel-deps-build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE="11.0.16"
BUILD=2
BUILD=3
NAME="openjdk-\${UPDATE}_\${BUILD}"
JRE_NAME="\${NAME}-jre"
TEST_IMAGE_NAME="\${NAME}-test-image"
Expand Down

0 comments on commit 5d8f470

Please sign in to comment.