make/conf/jib-profiles.js
branchihse-manpages-branch
changeset 57049 d13c49f43710
parent 57046 bb6e39ffd206
parent 52774 56ca125c973b
equal deleted inserted replaced
57048:b2ed864c52b5 57049:d13c49f43710
   241         "linux-aarch64", "linux-arm32"
   241         "linux-aarch64", "linux-arm32"
   242     ];
   242     ];
   243 
   243 
   244     // These are the base setttings for all the main build profiles.
   244     // These are the base setttings for all the main build profiles.
   245     common.main_profile_base = {
   245     common.main_profile_base = {
   246         dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh"],
   246         dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh", "jcov"],
   247         default_make_targets: ["product-bundles", "test-bundles"],
   247         default_make_targets: ["product-bundles", "test-bundles"],
   248         configure_args: concat(["--enable-jtreg-failure-handler"],
   248         configure_args: concat(["--enable-jtreg-failure-handler"],
   249             "--with-exclude-translations=de,es,fr,it,ko,pt_BR,sv,ca,tr,cs,sk,ja_JP_A,ja_JP_HA,ja_JP_HI,ja_JP_I,zh_TW,zh_HK",
   249             "--with-exclude-translations=de,es,fr,it,ko,pt_BR,sv,ca,tr,cs,sk,ja_JP_A,ja_JP_HA,ja_JP_HI,ja_JP_I,zh_TW,zh_HK",
   250             "--disable-manpages",
   250             "--disable-manpages",
   251             versionArgs(input, common))
   251             versionArgs(input, common))
   896             organization: common.organization,
   896             organization: common.organization,
   897             ext: "tar.gz",
   897             ext: "tar.gz",
   898             revision: "1.21+1.0"
   898             revision: "1.21+1.0"
   899         },
   899         },
   900 
   900 
       
   901         jcov: {
       
   902             server: "jpg",
       
   903             product: "jcov",
       
   904             version: "3.0",
       
   905             build_number: "b07",
       
   906             file: "bundles/jcov-3_0.zip",
       
   907         },
       
   908 
   901         gnumake: {
   909         gnumake: {
   902             organization: common.organization,
   910             organization: common.organization,
   903             ext: "tar.gz",
   911             ext: "tar.gz",
   904             revision: "4.0+1.0",
   912             revision: "4.0+1.0",
   905 
   913