Skip to content

Commit df16b2e

Browse files
committed
[GR-15941] Updated JVMCI to 8u212-jvmci-20-b01 to be compatible with the latest changes in Graal.
PullRequest: truffleruby/849
2 parents 0b24621 + cba0627 commit df16b2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ local part_definitions = {
289289
labsjdk8: {
290290
downloads+: {
291291
JAVA_HOME: {
292-
name: "labsjdk",
293-
version: "8u202-jvmci-0.59",
292+
name: "oraclejdk",
293+
version: "8u212-jvmci-20-b01",
294294
platformspecific: true,
295295
},
296296
},
@@ -304,7 +304,7 @@ local part_definitions = {
304304
downloads+: {
305305
JAVA_HOME: {
306306
name: "openjdk",
307-
version: "8u202-jvmci-0.59",
307+
version: "8u212-jvmci-20-b01",
308308
platformspecific: true,
309309
},
310310
},

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "tools",
1010
"subdir": True,
1111
# version must always be equal to the version of the "sulong" import below
12-
"version": "68e52a59458ebcdeb481e5f94fb8de398c162923",
12+
"version": "e7df682fc26830b5e5df74996c948a087c23b3be",
1313
"urls": [
1414
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1515
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -19,7 +19,7 @@
1919
"name": "sulong",
2020
"subdir": True,
2121
# version must always be equal to the version of the "tools" import above
22-
"version": "68e52a59458ebcdeb481e5f94fb8de398c162923",
22+
"version": "e7df682fc26830b5e5df74996c948a087c23b3be",
2323
"urls": [
2424
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2525
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)