Skip to content

Commit c25750c

Browse files
committed
[GR-21590] Update imports.
PullRequest: graalpython/1224
2 parents f62064c + e2e64a9 commit c25750c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "352ed6a23df67751fbd0ae5b0629db7812083f60" }
1+
{ "overlay": "ef8dc97e920673ceab6b3e5992eb5e6c35edd5af" }

mx.graalpython/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires = language:regex language:llvm
55

66
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
77

8-
Args = -H:MaxRuntimeCompileMethods=11000 \
8+
Args = -H:MaxRuntimeCompileMethods=11250 \
99
-H:+AddAllCharsets \
1010
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,org.antlr.v4,jline,org.fusesource \
1111
--initialize-at-run-time=com.ibm.icu \

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
},
4545
{
4646
"name": "tools",
47-
"version": "1bf6a6001faf26817c94c339930ef3e1ea24dcdd",
47+
"version": "e3681a3784e1c854b4bd595e5e23e563127bc090",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "1bf6a6001faf26817c94c339930ef3e1ea24dcdd",
55+
"version": "e3681a3784e1c854b4bd595e5e23e563127bc090",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "1bf6a6001faf26817c94c339930ef3e1ea24dcdd",
63+
"version": "e3681a3784e1c854b4bd595e5e23e563127bc090",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)