8158540: Open only linux-x86 builds using Jib fails when building "minimal" jvm

Reviewed-by: dholmes
This commit is contained in:
Erik Joelsson 2016-06-03 16:30:27 +02:00
parent a7421a3dc9
commit 9ee4886e03

View File

@ -318,7 +318,8 @@ var getJibProfilesProfiles = function (input, common) {
},
"linux-x86-open": {
default_make_targets: "profiles"
default_make_targets: "profiles",
configure_args: "--with-jvm-variants=client,server"
}
};
var openOnlyProfiles = concatObjects(openOnlyProfiles, openOnlyProfilesExtra);