File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ def ruby_testdownstream_sulong(args):
153
153
main_class = 'org.truffleruby.launcher.RubyLauncher' ,
154
154
build_args = [
155
155
'--language:llvm' ,
156
- '--language:ruby' ,
157
156
],
157
+ language = 'ruby' ,
158
158
links = ['bin/<exe:ruby>' ],
159
159
)
160
160
],
Original file line number Diff line number Diff line change 1
1
# This file contains native-image arguments needed to build truffleruby
2
2
#
3
3
4
- ImageName = truffleruby
5
-
6
- Requires = tool:truffle tool:nfi
7
-
8
- LauncherClass = org.truffleruby.launcher.RubyLauncher
9
- LauncherClassPath = languages/ruby/truffleruby-annotations.jar:languages/ruby/truffleruby-shared.jar:lib/graalvm/launcher-common.jar:lib/graalvm/truffleruby-launcher.jar
4
+ Requires = language:nfi
10
5
11
6
Args = -H:MaxRuntimeCompileMethods=5400 \
12
7
-H:SubstitutionResources=org/truffleruby/aot/substitutions.json \
You can’t perform that action at this time.
0 commit comments