RFR: JDK-8201229 Disable warnings as errors in aarch64 jib profile (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Fri Apr 6 15:07:52 UTC 2018
- Previous message (by thread): RFR: JDK-8201229 Disable warnings as errors in aarch64 jib profile
- Next message (by thread): RFR: JDK-8201236 Straighten out dtrace build logic
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -473,6 +473,7 @@ dependencies: ["devkit", "autoconf", "builddevkit", "cups"], configureargs: [ "--openjdk-target=aarch64-linux-gnu", "--with-freetype=bundled", + "--disable-warnings-as-errors" ], }, /Magnus
- Previous message (by thread): RFR: JDK-8201229 Disable warnings as errors in aarch64 jib profile
- Next message (by thread): RFR: JDK-8201236 Straighten out dtrace build logic
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]