Skip to content

Commit 602ff17

Browse files
committed
[GR-44177] Use labsjdk-ee-20 in CI
* To workaround https://bugs.openjdk.org/browse/JDK-8302160 which is not in labsjdk-ce-20 yet.
1 parent 3e548cf commit 602ff17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ local part_definitions = {
239239

240240
v20: with_path {
241241
downloads+: {
242-
JAVA_HOME: common.jdks["labsjdk-ce-20"],
242+
# labsjdk-ee-20, to workaround GR-44177 / https://bugs.openjdk.org/browse/JDK-8302160
243+
JAVA_HOME: { name: "labsjdk", version: "ee-20.0.1+2-jvmci-23.0-b06", platformspecific: true },
243244
},
244245
environment+: {
245246
JT_JDK: "20",

0 commit comments

Comments
 (0)