Skip to content

Commit bb028ca

Browse files
Update gdb version for gates to 14.2
1 parent 33025bc commit bb028ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

substratevm/ci/ci.jsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,23 +117,23 @@
117117

118118
// START MAIN BUILD DEFINITION
119119
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({
121121
// We could run the style gate on JDK 22 as well, and use old JDKs for running tools like StopBugs etc.,
122122
// but since we support JDK 21 anyways, there is not good reason to do so.
123123
"linux:amd64:jdk21": gate + t("30:00"),
124124
}),
125125
"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"),
127127
"windows:amd64:jdk-latest": gate + t("1:30:00"),
128128
}) + variants({
129129
"optlevel:quickbuild": {
130130
"windows:amd64:jdk-latest": gate + t("1:30:00"),
131131
},
132132
"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"),
134134
},
135135
"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"),
137137
},
138138
}),
139139
"oraclejdk-helloworld": mxgate("build,helloworld,hellomodule") + maven + jsonschema + platform_spec(no_jobs) + platform_spec({

0 commit comments

Comments
 (0)