|
117 | 117 |
|
118 | 118 | // START MAIN BUILD DEFINITION |
119 | 119 | local task_dict = { |
120 | | - "style-fullbuild": mxgate("fullbuild,style,nativeimagehelp,check_libcontainer_annotations,check_libcontainer_namespace") + eclipse + jdt + maven + mx_build_exploded + gdb("10.2") + platform_spec(no_jobs) + platform_spec({ |
| 120 | + "style-fullbuild": mxgate("fullbuild,style,nativeimagehelp,check_libcontainer_annotations,check_libcontainer_namespace") + eclipse + jdt + maven + mx_build_exploded + gdb("14.2") + platform_spec(no_jobs) + platform_spec({ |
121 | 121 | // We could run the style gate on JDK 22 as well, and use old JDKs for running tools like StopBugs etc., |
122 | 122 | // but since we support JDK 21 anyways, there is not good reason to do so. |
123 | 123 | "linux:amd64:jdk21": gate + t("30:00"), |
124 | 124 | }), |
125 | 125 | "basics": mxgate("build,helloworld,native_unittests,truffle_unittests,debuginfotest,hellomodule,java_agent") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({ |
126 | | - "linux:amd64:jdk-latest": gate + gdb("10.2") + t("55:00"), |
| 126 | + "linux:amd64:jdk-latest": gate + gdb("14.2") + t("55:00"), |
127 | 127 | "windows:amd64:jdk-latest": gate + t("1:30:00"), |
128 | 128 | }) + variants({ |
129 | 129 | "optlevel:quickbuild": { |
130 | 130 | "windows:amd64:jdk-latest": gate + t("1:30:00"), |
131 | 131 | }, |
132 | 132 | "libc:musl_static": { |
133 | | - "linux:amd64:jdk-latest": gate + gdb("10.2") + t("55:00"), |
| 133 | + "linux:amd64:jdk-latest": gate + gdb("14.2") + t("55:00"), |
134 | 134 | }, |
135 | 135 | "java-compiler:ecj": { |
136 | | - "linux:amd64:jdk-latest": gate + gdb("10.2") + t("55:00"), |
| 136 | + "linux:amd64:jdk-latest": gate + gdb("14.2") + t("55:00"), |
137 | 137 | }, |
138 | 138 | }), |
139 | 139 | "oraclejdk-helloworld": mxgate("build,helloworld,hellomodule") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({ |
|
0 commit comments