Skip to content

Commit

Permalink
8195973: Update JDK 10 repo for FCS build
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
Contributed-by: [email protected]
  • Loading branch information
asaha committed Feb 2, 2018
1 parent 54f0f3c commit 19a8b2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions make/conf/jib-profiles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -1077,7 +1077,8 @@ var versionArgs = function(input, common) {
if (input.build_type == "promoted") {
args = concat(args,
// This needs to be changed when we start building release candidates
"--with-version-pre=ea",
// with-version-pre must be set to ea for 'ea' and empty for fcs build
"--with-version-pre=",
"--without-version-opt");
} else {
args = concat(args, "--with-version-opt=" + common.build_id);
Expand Down

0 comments on commit 19a8b2e

Please sign in to comment.