OpenJDK / jdk / jdk
changeset 48924:1913e7fc6be9
8198301: jdk11+1 was built as 'fcs' instead of 'ea'
Reviewed-by: erikj, ihse
Contributed-by: diancui.zhou@oracle.com
author | diazhou |
---|---|
date | Tue, 20 Feb 2018 23:14:01 +0000 |
parents | b75c9e2e3b1f |
children | b2bba53b079d |
files | make/conf/jib-profiles.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/conf/jib-profiles.js Tue Feb 20 21:47:54 2018 +0100 +++ b/make/conf/jib-profiles.js Tue Feb 20 23:14:01 2018 +0000 @@ -1090,7 +1090,7 @@ args = concat(args, // This needs to be changed when we start building release candidates // with-version-pre must be set to ea for 'ea' and empty for fcs build - "--with-version-pre=", + "--with-version-pre=ea", "--without-version-opt"); } else { args = concat(args, "--with-version-opt=" + common.build_id);