< prev index next >

make/conf/jib-profiles.js

Print this page

        

*** 686,703 **** "\/jdk-", "/openjdk-", replaceAll("\/\\1", "/open\\1", profiles[openName].artifacts["jdk"].remote)); }); - // Enable ZGC in linux-x64-open builds - [ "linux-x64-open" ].forEach(function (name) { - var configureArgs = { configure_args: [ "--with-jvm-features=zgc" ] }; - var debugName = name + common.debug_suffix; - profiles[name] = concatObjects(profiles[name], configureArgs); - profiles[debugName] = concatObjects(profiles[debugName], configureArgs); - }); - // Generate cmp-baseline profiles for each main profile and their // corresponding debug profile. This profile does a compare build run with no // changes to verify that the compare script has a clean baseline common.main_profile_names.forEach(function (name) { [ "", common.open_suffix ].forEach(function (suffix) { --- 686,695 ----
< prev index next >