8198301: jdk11+1 was built as 'fcs' instead of 'ea'

Reviewed-by: erikj, ihse
This commit is contained in:
Diancui Zhou 2018-02-20 23:14:01 +00:00 committed by Jerry Zhou
parent 6df55e9a7d
commit cb29fa0380

View File

@ -1090,7 +1090,7 @@ var versionArgs = function(input, common) {
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);