From cbd3b831c11b30129ba2168ca563d808c2aaec6c Mon Sep 17 00:00:00 2001 From: ol-automation_ww Date: Wed, 13 Nov 2024 18:06:02 +0000 Subject: [PATCH 1/3] Update language imports --- vm/mx.vm/suite.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vm/mx.vm/suite.py b/vm/mx.vm/suite.py index 825476039577..8ba65e9183e0 100644 --- a/vm/mx.vm/suite.py +++ b/vm/mx.vm/suite.py @@ -33,7 +33,7 @@ "name": "graal-nodejs", "subdir": True, "dynamic": True, - "version": "6ac0320594c27897e0c1540af6e325c15359343a", + "version": "bc4cedd7c3fe1c5a7762b64f2189c1775eccac1b", "urls" : [ {"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"}, ] @@ -42,14 +42,14 @@ "name": "graal-js", "subdir": True, "dynamic": True, - "version": "6ac0320594c27897e0c1540af6e325c15359343a", + "version": "bc4cedd7c3fe1c5a7762b64f2189c1775eccac1b", "urls": [ {"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"}, ] }, { "name": "truffleruby", - "version": "3cfc5c9e5268983462785560cacda0b90c2768ac", + "version": "78dd425915ff194b08aa0917730f27ce92e0dd16", "dynamic": True, "urls": [ {"url": "https://github.com/oracle/truffleruby.git", "kind": "git"}, @@ -57,7 +57,7 @@ }, { "name": "fastr", - "version": "85a2fba56502aa2d5fe0943c7c4250141a595897", + "version": "e71b6eae5ab2a7d0d9356e1fe7aa9a3bf96d0673", "dynamic": True, "urls": [ {"url": "https://github.com/oracle/fastr.git", "kind": "git"}, @@ -65,7 +65,7 @@ }, { "name": "graalpython", - "version": "7c20b3083ba9251e254aedfdb18871e7440beabd", + "version": "040cfa7b72b4503fa338e3c6fab0456bb4a8a4c8", "dynamic": True, "urls": [ {"url": "https://github.com/graalvm/graalpython.git", "kind": "git"}, From bee0175cff34fdc27367261c199adeb3dab94217 Mon Sep 17 00:00:00 2001 From: stepan Date: Mon, 18 Nov 2024 14:03:47 +0100 Subject: [PATCH 2/3] Bump GraalPy revision --- vm/mx.vm/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/mx.vm/suite.py b/vm/mx.vm/suite.py index 8ba65e9183e0..59c843eecfc7 100644 --- a/vm/mx.vm/suite.py +++ b/vm/mx.vm/suite.py @@ -65,7 +65,7 @@ }, { "name": "graalpython", - "version": "040cfa7b72b4503fa338e3c6fab0456bb4a8a4c8", + "version": "1b62a61f43ac065fb8db423adbb6bf6c1f7c42d7", "dynamic": True, "urls": [ {"url": "https://github.com/graalvm/graalpython.git", "kind": "git"}, From 569b4016dbe4b955d6d1f02513f0c3b260e6befa Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 18 Nov 2024 22:34:29 +0100 Subject: [PATCH 3/3] Update GraalPy revision --- vm/mx.vm/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/mx.vm/suite.py b/vm/mx.vm/suite.py index 59c843eecfc7..4a74d97416cb 100644 --- a/vm/mx.vm/suite.py +++ b/vm/mx.vm/suite.py @@ -65,7 +65,7 @@ }, { "name": "graalpython", - "version": "1b62a61f43ac065fb8db423adbb6bf6c1f7c42d7", + "version": "e2820b4f8456d926877a89bbc61162252b239c95", "dynamic": True, "urls": [ {"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},