8209760: merge error: restore ea in make/conf/jib-profiles.js
authortbell
Mon, 20 Aug 2018 16:18:56 -0700
changeset 51466 d222f503b7fe
parent 51465 e4ba2cfcfa92
child 51467 12997ebbc0d8
8209760: merge error: restore ea in make/conf/jib-profiles.js Reviewed-by: mikael
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Mon Aug 20 15:37:47 2018 -0700
+++ b/make/conf/jib-profiles.js	Mon Aug 20 16:18:56 2018 -0700
@@ -1171,7 +1171,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);