File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -859,10 +859,8 @@ def import_python_sources(args):
859859 destination = 'bin/<exe:graalpython>' ,
860860 jar_distributions = ['graalpython:GRAALPYTHON-LAUNCHER' ],
861861 main_class = 'com.oracle.graal.python.shell.GraalPythonMain' ,
862- build_args = [
863- '--language:python' ,
864- '--language:llvm' ,
865- ]
862+ build_args = [],
863+ language = 'python' ,
866864 )
867865 ],
868866))
Original file line number Diff line number Diff line change 11# This file contains native-image arguments needed to build graalpython
22#
33
4- ImageName = graalpython
5-
6- Requires = tool:regex language:llvm
7-
8- LauncherClass = com.oracle.graal.python.shell.GraalPythonMain
9- LauncherClassPath = lib/graalvm/launcher-common.jar:lib/graalvm/graalpython-launcher.jar
4+ Requires = language:regex language:llvm
105
116JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
127
You can’t perform that action at this time.
0 commit comments