From bf238bfbf9f1593b1d2dbb17e562dc9641cd0ed6 Mon Sep 17 00:00:00 2001 From: ol-automation_ww Date: Fri, 23 Aug 2024 21:21:05 +0000 Subject: [PATCH] Update Truffle and Sulong imports --- mx.fastr/suite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py index 25604a5d22..71ce993f7c 100644 --- a/mx.fastr/suite.py +++ b/mx.fastr/suite.py @@ -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"}, @@ -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"},