File tree 2 files changed +3
-10
lines changed
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):
859
859
destination = 'bin/<exe:graalpython>' ,
860
860
jar_distributions = ['graalpython:GRAALPYTHON-LAUNCHER' ],
861
861
main_class = 'com.oracle.graal.python.shell.GraalPythonMain' ,
862
- build_args = [
863
- '--language:python' ,
864
- '--language:llvm' ,
865
- ]
862
+ build_args = [],
863
+ language = 'python' ,
866
864
)
867
865
],
868
866
))
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