Skip to content

Commit 7ddf272

Browse files
committed
Update graal import to get newer common.jsonnet
1 parent 55f4a97 commit 7ddf272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ local common_json = import "../common.json";
213213

214214
truffleruby:: {
215215
packages+: (if self.os == "linux" && self.arch == "amd64" then {
216-
ruby: "==3.1.2", # Newer version, also used for benchmarking
216+
ruby: "==3.2.2", # Newer version, also used for benchmarking
217217
} else {
218218
ruby: "==3.0.2",
219219
}) + (if self.os == "linux" then {

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "20b34173b7e15c334d79f0a22ee01889d235748b",
23+
"version": "f363b55797fe85ea6aa24218364b57f3c71aeb56",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "20b34173b7e15c334d79f0a22ee01889d235748b",
32+
"version": "f363b55797fe85ea6aa24218364b57f3c71aeb56",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)