Skip to content

Commit 2f4d81a

Browse files
committed
[GR-19768] Update truffle/sulong dependency.
PullRequest: fastr/2418
2 parents c28a7c1 + 8ccb46b commit 2f4d81a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ overlay : '09507fb376d10830a267af39035f2bd20f83c294' }
1+
{ overlay : '0a85b559a8872d5255507d626ff8c8b8d32fa497' }

mx.fastr/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name" : "truffle",
99
"subdir" : True,
1010
# The version must be the same as the version of Sulong
11-
"version" : "27dd83d19f40bbbd435d9b0a63239875b54fc628",
11+
"version" : "b2ec61658947a4276148438d403ae266345d6ce5",
1212
"urls" : [
1313
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
1414
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -18,7 +18,7 @@
1818
"name" : "sulong",
1919
"subdir" : True,
2020
# The version must be the same as the version of Truffle
21-
"version" : "27dd83d19f40bbbd435d9b0a63239875b54fc628",
21+
"version" : "b2ec61658947a4276148438d403ae266345d6ce5",
2222
"urls" : [
2323
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
2424
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)