Skip to content

Commit c99dbe8

Browse files
committed
[GR-16743] Update to latest JVMCI.
PullRequest: truffleruby/930
2 parents ddbd223 + b9cdc36 commit c99dbe8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ local part_definitions = {
263263
downloads+: {
264264
JAVA_HOME: {
265265
name: "oraclejdk",
266-
version: "8u212-jvmci-20-b04",
266+
version: "8u212-jvmci-19.2-b01",
267267
platformspecific: true,
268268
},
269269
},
@@ -277,7 +277,7 @@ local part_definitions = {
277277
downloads+: {
278278
JAVA_HOME: {
279279
name: "openjdk",
280-
version: "8u212-jvmci-20-b04",
280+
version: "8u212-jvmci-19.2-b01",
281281
platformspecific: true,
282282
},
283283
},

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": "ce416312365c2756c02afe034173eee431003175",
12+
"version": "5b48670281438f93739f73b62d3ddb250d7eb974",
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": "ce416312365c2756c02afe034173eee431003175",
22+
"version": "5b48670281438f93739f73b62d3ddb250d7eb974",
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)