Skip to content

Commit beab8b2

Browse files
committed
Disable IOENCODING check
1 parent eb25d02 commit beab8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "8ec4870e3dc64f6a728deaafc7c5e1ef8c36fe8e" }
1+
{ "overlay": "8b652390180d83490029fa7932381dc992c2f0fa" }

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ def graalpython_gate_runner(args, tasks):
15711571

15721572
with Task('GraalPython GraalVM build', tasks, tags=[GraalPythonTags.svm, GraalPythonTags.graalvm], report=True) as task:
15731573
if task:
1574-
with set_env(PYTHONIOENCODING=None):
1574+
with set_env(PYTHONIOENCODING=None, MX_CHECK_IOENCODING="0"):
15751575
svm_image = python_svm()
15761576
benchmark = os.path.join(PATH_MESO, "image-magix.py")
15771577
out = mx.OutputCapture()

0 commit comments

Comments
 (0)