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 @@ -926,10 +926,8 @@ def import_python_sources(args):
926
926
destination = 'bin/<exe:graalpython>' ,
927
927
jar_distributions = ['graalpython:GRAALPYTHON-LAUNCHER' ],
928
928
main_class = 'com.oracle.graal.python.shell.GraalPythonMain' ,
929
- build_args = [
930
- '--language:python' ,
931
- '--language:llvm' ,
932
- ]
929
+ build_args = [],
930
+ language = 'python' ,
933
931
)
934
932
],
935
933
))
Original file line number Diff line number Diff line change 1
1
# This file contains native-image arguments needed to build graalpython
2
2
#
3
3
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
10
5
11
6
JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
12
7
You can’t perform that action at this time.
0 commit comments