Skip to content

Commit

Permalink
update musl boot JDK to use JDK 22 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed May 30, 2024
1 parent e4a095b commit 9a5ad54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
downloads+: {
BOOT_JDK: {
name: "labsjdk",
version: "ee-22+8-jvmci-b01-musl-boot",
platformspecific: true
version: "ee-22+36-jvmci-b02-linux-amd64_musl",
platformspecific: false
}
},
environment+: {
Expand Down Expand Up @@ -235,7 +235,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
# next JVMCI release has been made. Add the issue id as a comment here.
# You might want to point this to the merge commit of a Graal PR, i.e., include
# the "_gate" suffix.
local downstream_branch = "labsjdk/automation-4-18-2024-2259_gate",
local downstream_branch = "master",

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

0 comments on commit 9a5ad54

Please sign in to comment.