Skip to content

Commit b3f8891

Browse files
committed
work with older mx versions
1 parent 0f282c5 commit b3f8891

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# METADATA
55
#
66
# --------------------------------------------------------------------------------------------------------------
7-
"mxversion": "5.181.2",
7+
"mxversion": "5.181.1",
88
"name": "graalpython",
99
"versionConflictResolution": "latest",
1010

@@ -17,23 +17,23 @@
1717
"suites": [
1818
{
1919
"name": "truffle",
20-
"version": "7c850c39d4580c85d2eed9a9b13b80398554689f",
20+
"versionFrom": "sulong",
2121
"subdir": True,
2222
"urls": [
2323
{"url": "https://github.com/oracle/graal", "kind": "git"},
2424
]
2525
},
2626
{
2727
"name": "sulong",
28-
"versionFrom": "truffle",
28+
"version": "7c850c39d4580c85d2eed9a9b13b80398554689f",
2929
"subdir": True,
3030
"urls": [
3131
{"url": "https://github.com/oracle/graal", "kind": "git"},
3232
]
3333
},
3434
{
3535
"name": "regex",
36-
"versionFrom": "truffle",
36+
"version": "7c850c39d4580c85d2eed9a9b13b80398554689f",
3737
"subdir": True,
3838
"urls": [
3939
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)