Skip to content

Commit 9a5ad54

Browse files
update musl boot JDK to use JDK 22 GA
1 parent e4a095b commit 9a5ad54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
142142
downloads+: {
143143
BOOT_JDK: {
144144
name: "labsjdk",
145-
version: "ee-22+8-jvmci-b01-musl-boot",
146-
platformspecific: true
145+
version: "ee-22+36-jvmci-b02-linux-amd64_musl",
146+
platformspecific: false
147147
}
148148
},
149149
environment+: {
@@ -235,7 +235,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
235235
# next JVMCI release has been made. Add the issue id as a comment here.
236236
# You might want to point this to the merge commit of a Graal PR, i.e., include
237237
# the "_gate" suffix.
238-
local downstream_branch = "labsjdk/automation-4-18-2024-2259_gate",
238+
local downstream_branch = "master",
239239

240240
local clone_graal(defs) = {
241241
# Checkout the graal-enterprise repo to the "_gate" version of the

0 commit comments

Comments
 (0)