8158540: Open only linux-x86 builds using Jib fails when building "minimal" jvm
Reviewed-by: dholmes
This commit is contained in:
parent
a7421a3dc9
commit
9ee4886e03
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user