Skip to content

Commit

Permalink
Update Truffle and Sulong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
OracleLabsAutomation committed Aug 23, 2024
1 parent 16d2e4c commit bf238bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mx.fastr/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"subdir" : True,
# The version must be the same as the version of Sulong
# TRUFFLE REVISION (note: this is a marker for script that can update this)
"version" : "a55537477744db396e66e321edca77ab26dbaa9c",
"version" : "7227e7620849054055835c6719acba43d48e36c4",
"urls" : [
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
Expand All @@ -22,7 +22,7 @@
"subdir" : True,
# The version must be the same as the version of Truffle
# TRUFFLE REVISION (note: this is a marker for script that can update this)
"version" : "a55537477744db396e66e321edca77ab26dbaa9c",
"version" : "7227e7620849054055835c6719acba43d48e36c4",
"urls" : [
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
Expand Down

0 comments on commit bf238bf

Please sign in to comment.