Skip to content

Commit b8bccea

Browse files
committed
[GR-5434] Update to the latest Truffle to pick up potential performance improvements.
PullRequest: truffleruby/905
2 parents 37e3c31 + 330467a commit b8bccea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ local part_definitions = {
302302
mercurial: ">=3.2.4",
303303
ruby: ">=2.1.0",
304304
llvm: "==3.8",
305+
binutils: ">=2.30",
305306
},
306307
},
307308
darwin: {

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)