Skip to content

Commit ee5cc88

Browse files
committed
Bump Truffle import
1 parent 491dad7 commit ee5cc88

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "911d7988b155cbf44fb0e4d545dd42083d8b3c90" }
1+
{ "overlay": "b46418f8e43730b15797e869c042393634f72d3c" }

mx.graalpython/suite.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# METADATA
66
#
77
# --------------------------------------------------------------------------------------------------------------
8-
"mxversion": "6.41.0",
8+
"mxversion": "6.43.0",
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "ce7e2791bb11eee493e6c332efe73f589e289e5f",
48+
"version": "4e5d7ae7276c6577f6f764463ff01d96b925514f",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "ce7e2791bb11eee493e6c332efe73f589e289e5f",
56+
"version": "4e5d7ae7276c6577f6f764463ff01d96b925514f",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "ce7e2791bb11eee493e6c332efe73f589e289e5f",
64+
"version": "4e5d7ae7276c6577f6f764463ff01d96b925514f",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "ce7e2791bb11eee493e6c332efe73f589e289e5f",
72+
"version": "4e5d7ae7276c6577f6f764463ff01d96b925514f",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},
@@ -108,7 +108,7 @@
108108
],
109109
"sha1": "7a5960b8062ddbf0c0e79f806e23785d55fec3c8",
110110
},
111-
"XZ-1.8": {
111+
"XZ-1.9": {
112112
"digest": "sha512:a4362db234d4e83683e90f5baf90c82107450cc4404acab96e3fab14b8a3d4588a19722171d32f27d18463682a6994cad9af0b1065c954e3a77ea7bdcf586bac",
113113
"maven": {
114114
"groupId": "org.tukaani",
@@ -398,7 +398,7 @@
398398
"tools:TRUFFLE_PROFILER",
399399
"sdk:GRAAL_SDK",
400400
"sulong:SULONG_API",
401-
"XZ-1.8",
401+
"XZ-1.9",
402402
"truffle:TRUFFLE_ICU4J",
403403
"regex:TREGEX",
404404
"BOUNCYCASTLE-PROVIDER",
@@ -946,6 +946,10 @@
946946
"uses": [
947947
"com.oracle.graal.python.builtins.PythonBuiltins",
948948
],
949+
"opens": [
950+
# needed to find resources in it
951+
"com.oracle.graal.python.niresources"
952+
]
949953
},
950954
# "useModulePath": True,
951955
"dependencies": [
@@ -974,7 +978,7 @@
974978
"BOUNCYCASTLE-PROVIDER",
975979
"BOUNCYCASTLE-PKIX",
976980
"BOUNCYCASTLE-UTIL",
977-
"XZ-1.8",
981+
"XZ-1.9",
978982
],
979983
"javaProperties": {
980984
"python.jni.library": "<lib:pythonjni>"

0 commit comments

Comments
 (0)