Skip to content

Commit 78f9b00

Browse files
committed
always check for userdirectories in image heap
1 parent 54305b9 commit 78f9b00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,10 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
13181318
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER'],
13191319
main_class='com.oracle.graal.python.shell.GraalPythonMain',
13201320
# build_args=['-H:+RemoveSaturatedTypeFlows'],
1321-
build_args=['-H:+TruffleCheckBlackListedMethods'],
1321+
build_args=[
1322+
'-H:+TruffleCheckBlackListedMethods',
1323+
'-H:+DetectUserDirectoriesInImageHeap',
1324+
],
13221325
language='python',
13231326
)
13241327
],

0 commit comments

Comments
 (0)