Skip to content

Commit 8ca81dd

Browse files
committed
do not copy internal resources when building python image
1 parent 332272c commit 8ca81dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,8 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
22092209
build_args=[
22102210
'-H:+TruffleCheckBlackListedMethods',
22112211
'-H:+DetectUserDirectoriesInImageHeap',
2212-
'-Dpolyglot.python.PosixModuleBackend=native'
2212+
'-H:-CopyLanguageResources',
2213+
'-Dpolyglot.python.PosixModuleBackend=native',
22132214
],
22142215
language='python',
22152216
default_vm_args=[

0 commit comments

Comments
 (0)