Skip to content

Commit

Permalink
[GR-21590] Update imports
Browse files Browse the repository at this point in the history
PullRequest: graalpython/3340
  • Loading branch information
otethal committed May 23, 2024
2 parents 8afe37d + beab8b2 commit 1417114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "overlay": "73fcc2d1867f06242f46b4f2622f1857a6419993" }
{ "overlay": "8b652390180d83490029fa7932381dc992c2f0fa" }
2 changes: 1 addition & 1 deletion mx.graalpython/mx_graalpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ def graalpython_gate_runner(args, tasks):

with Task('GraalPython GraalVM build', tasks, tags=[GraalPythonTags.svm, GraalPythonTags.graalvm], report=True) as task:
if task:
with set_env(PYTHONIOENCODING=None):
with set_env(PYTHONIOENCODING=None, MX_CHECK_IOENCODING="0"):
svm_image = python_svm()
benchmark = os.path.join(PATH_MESO, "image-magix.py")
out = mx.OutputCapture()
Expand Down
8 changes: 4 additions & 4 deletions mx.graalpython/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,31 @@
},
{
"name": "sdk",
"version": "979124badd31e91224996ddd08aaf2e10bfeb37d",
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
"subdir": True,
"urls": [
{"url": "https://github.com/oracle/graal", "kind": "git"},
]
},
{
"name": "tools",
"version": "979124badd31e91224996ddd08aaf2e10bfeb37d",
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
"subdir": True,
"urls": [
{"url": "https://github.com/oracle/graal", "kind": "git"},
],
},
{
"name": "sulong",
"version": "979124badd31e91224996ddd08aaf2e10bfeb37d",
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
"subdir": True,
"urls": [
{"url": "https://github.com/oracle/graal", "kind": "git"},
]
},
{
"name": "regex",
"version": "979124badd31e91224996ddd08aaf2e10bfeb37d",
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
"subdir": True,
"urls": [
{"url": "https://github.com/oracle/graal", "kind": "git"},
Expand Down

0 comments on commit 1417114

Please sign in to comment.