common/conf/jib-profiles.js
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs Cdiff common/conf/jib-profiles.js

common/conf/jib-profiles.js

Print this page
rev 2025 : [mq]: noclientvm

*** 213,223 **** */ var getJibProfilesCommon = function (input) { var common = { dependencies: ["boot_jdk", "gnumake", "jtreg"], configure_args: ["--with-default-make-target=all"], ! configure_args_32bit: ["--with-target-bits=32", "--with-jvm-variants=client,server"], configure_args_debug: ["--enable-debug"], configure_args_slowdebug: ["--with-debug-level=slowdebug"], organization: "jpg.infra.builddeps" }; --- 213,223 ---- */ var getJibProfilesCommon = function (input) { var common = { dependencies: ["boot_jdk", "gnumake", "jtreg"], configure_args: ["--with-default-make-target=all"], ! configure_args_32bit: ["--with-target-bits=32", "--with-jvm-variants=server"], configure_args_debug: ["--enable-debug"], configure_args_slowdebug: ["--with-debug-level=slowdebug"], organization: "jpg.infra.builddeps" };
common/conf/jib-profiles.js
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File