< prev index next >

make/conf/jib-profiles.js

Print this page

1133             configure_args: (input.build_cpu == input.target_cpu ? false
1134                 : "--with-build-devkit=" + input.get("build_devkit", "home_path"))
1135         },
1136 
1137         lldb: {
1138             organization: common.organization,
1139             ext: "tar.gz",
1140             module: "devkit-macosx" + (input.build_cpu == "x64" ? "_x64" : ""),
1141             revision: (input.build_cpu == "x64" ? "Xcode11.3.1-MacOSX10.15+1.2" : devkit_platform_revisions[devkit_platform])
1142         },
1143 
1144         cups: {
1145             organization: common.organization,
1146             ext: "tar.gz",
1147             revision: "1.0118+1.0"
1148         },
1149 
1150         jtreg: {
1151             server: "jpg",
1152             product: "jtreg",
1153             version: "7.1.1",
1154             build_number: "1",
1155             file: "bundles/jtreg-7.1.1+1.zip",
1156             environment_name: "JT_HOME",
1157             environment_path: input.get("jtreg", "home_path") + "/bin",
1158             configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),
1159         },
1160 
1161         jmh: {
1162             organization: common.organization,
1163             ext: "tar.gz",
1164             revision: "1.35+1.0"
1165         },
1166 
1167         jcov: {
1168             organization: common.organization,
1169             revision: "3.0-14-jdk-asm+1.0",
1170             ext: "zip",
1171             environment_name: "JCOV_HOME",
1172         },
1173 
1174         gnumake: {
1175             organization: common.organization,

1133             configure_args: (input.build_cpu == input.target_cpu ? false
1134                 : "--with-build-devkit=" + input.get("build_devkit", "home_path"))
1135         },
1136 
1137         lldb: {
1138             organization: common.organization,
1139             ext: "tar.gz",
1140             module: "devkit-macosx" + (input.build_cpu == "x64" ? "_x64" : ""),
1141             revision: (input.build_cpu == "x64" ? "Xcode11.3.1-MacOSX10.15+1.2" : devkit_platform_revisions[devkit_platform])
1142         },
1143 
1144         cups: {
1145             organization: common.organization,
1146             ext: "tar.gz",
1147             revision: "1.0118+1.0"
1148         },
1149 
1150         jtreg: {
1151             server: "jpg",
1152             product: "jtreg",
1153             version: "7.2",
1154             build_number: "ci/13",
1155             file: "bundles/jtreg-7.2+1.zip",
1156             environment_name: "JT_HOME",
1157             environment_path: input.get("jtreg", "home_path") + "/bin",
1158             configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),
1159         },
1160 
1161         jmh: {
1162             organization: common.organization,
1163             ext: "tar.gz",
1164             revision: "1.35+1.0"
1165         },
1166 
1167         jcov: {
1168             organization: common.organization,
1169             revision: "3.0-14-jdk-asm+1.0",
1170             ext: "zip",
1171             environment_name: "JCOV_HOME",
1172         },
1173 
1174         gnumake: {
1175             organization: common.organization,
< prev index next >