Skip to content

Commit 96fb14d

Browse files
committed
Update to the latest Truffle to pick up potential performance improvements.
1 parent b72cc22 commit 96fb14d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mx.truffleruby/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
suite = {
2-
"mxversion": "5.210.3",
2+
"mxversion": "5.223.0",
33
"name": "truffleruby",
44

55
"imports": {
@@ -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": "5dc4d8b4f772e90475a00c2093846cf11b2fd480",
12+
"version": "0527e987ef67a1a93d14754becd2b3877d961b35",
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": "5dc4d8b4f772e90475a00c2093846cf11b2fd480",
22+
"version": "0527e987ef67a1a93d14754becd2b3877d961b35",
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)