8198301: jdk11+1 was built as 'fcs' instead of 'ea'
authordiazhou
Tue, 20 Feb 2018 23:14:01 +0000
changeset 48924 1913e7fc6be9
parent 48923 b75c9e2e3b1f
child 48925 b2bba53b079d
8198301: jdk11+1 was built as 'fcs' instead of 'ea' Reviewed-by: erikj, ihse Contributed-by: diancui.zhou@oracle.com
make/conf/jib-profiles.js
--- 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);