8198301: jdk11+1 was built as 'fcs' instead of 'ea'
Reviewed-by: erikj, ihse
This commit is contained in:
parent
6df55e9a7d
commit
cb29fa0380
@ -1090,7 +1090,7 @@ var versionArgs = function(input, common) {
|
|||||||
args = concat(args,
|
args = concat(args,
|
||||||
// This needs to be changed when we start building release candidates
|
// 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 must be set to ea for 'ea' and empty for fcs build
|
||||||
"--with-version-pre=",
|
"--with-version-pre=ea",
|
||||||
"--without-version-opt");
|
"--without-version-opt");
|
||||||
} else {
|
} else {
|
||||||
args = concat(args, "--with-version-opt=" + common.build_id);
|
args = concat(args, "--with-version-opt=" + common.build_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user