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.15+8
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Mar 30, 2022
1 parent d4bbefe commit e7a4877
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.15"
BUILD=7
BUILD=8
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.15
set BUILD=7
set BUILD=8
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.15"
BUILD=7
BUILD=8
NAME="openjdk-\${UPDATE}_\${BUILD}"
JRE_NAME="\${NAME}-jre"
TEST_IMAGE_NAME="\${NAME}-test-image"
Expand Down

0 comments on commit e7a4877

Please sign in to comment.