Re: RFR: JDK-8201229 Disable warnings as errors in aarch64 jib profile

2018-04-06 Thread Erik Joelsson
Looks good. /Erik On 2018-04-06 02:03, Magnus Ihse Bursie wrote: The aarch64 profile does not always build without warnings; use --disable-as-warnings for the profile to be usable in jib. Bug: https://bugs.openjdk.java.net/browse/JDK-8201229 Patch inline: diff --git

RFR: JDK-8201229 Disable warnings as errors in aarch64 jib profile

2018-04-06 Thread Magnus Ihse Bursie
The aarch64 profile does not always build without warnings; use --disable-as-warnings for the profile to be usable in jib. Bug: https://bugs.openjdk.java.net/browse/JDK-8201229 Patch inline: diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js +++