Thanks Tim!

David

On 29/04/2016 3:15 PM, Tim Bell wrote:
I'm OK with this due to the urgent nature of the issue.

Tim


On 04/28/16 20:37, David Holmes wrote:
On 29/04/2016 1:19 PM, Jon Masamitsu wrote:
David,

Change looks good but I'm not part of the infrastructure team.

Thanks Jon - me neither :)

David

Jon

On 4/28/2016 7:17 PM, David Holmes wrote:
Bug report is not public as it relates to issues with our internal jib
builds, but the fix for this needs a tweak to the open Main.gmk file.

This is a follow up to the fix a couple of days ago for

JDK-8154841: Let different Jib profiles have different default make
targets

A side-effect of that change was that when a jib build is done with
our closed sources present the default make target is set to
"installer". But there is no such target in the open Main.gmk file so
we get a make error.

Simple solution is to add one that is equivalent to the default make
target set by the open jib code:

http://cr.openjdk.java.net/~dholmes/8155689/webrev/make/Main.gmk.cdiff.html



+
+ # workaround issue when building open targets when closed
jib-profiles.js is used
+ installer: product-images test-image
+

Tested in JPRT using non -testset hotspot, and -testset hotspot (the
latter is what exposed the problem).

Thanks,
David


Reply via email to