RFR: JDK-8213237 Remove test-compile-commands from jib-profiles.js (original) (raw)
Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Thu Nov 1 10:06:06 UTC 2018
- Previous message (by thread): RFR: JDK-8213227: Update jib src excludes to filter webrev and Jreg directories
- Next message (by thread): RFR: JDK-8213237 Remove test-compile-commands from jib-profiles.js
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In JDK-8210958, a broken version of jib-profiles.js was unfortunately checked in.
The change at http://cr.openjdk.java.net/~ihse/JDK-8210958-rename-run-test-to-test/webrev.02/make/conf/jib-profiles.js.udiff.html, as reviewed, was unfortunately reverted in the process.
Without this fix, the *-testmake profiles fails when run.
Bug: https://bugs.openjdk.java.net/browse/JDK-8213237 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 @@ -485,7 +485,7 @@ .forEach(function (name) { var maketestName = name + "-testmake"; profiles[maketestName] = concatObjects(profiles[name], testmakeBase); - profiles[maketestName].default_make_targets = [ "test-make", "test-compile-commands" ]; + profiles[maketestName].default_make_targets = [ "test-make" ]; });
// Profiles for building the zero jvm variant. These are used for verification.
/Magnus (Sorry for the mess :-()
- Previous message (by thread): RFR: JDK-8213227: Update jib src excludes to filter webrev and Jreg directories
- Next message (by thread): RFR: JDK-8213237 Remove test-compile-commands from jib-profiles.js
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]