Skip to content

Commit 9b550a1

Browse files
chumereregon
authored andcommitted
[GR-48201] Fix ruby native image configuration for use on module/class-path.
PullRequest: truffleruby/3966 (cherry picked from commit e0b63fc)
1 parent 8b3640b commit 9b550a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# This file contains native-image arguments needed to build truffleruby
2-
#
32

43
Requires = language:nfi language:llvm language:regex
54

6-
Args = -H:MaxRuntimeCompileMethods=5400 \
7-
-H:+AddAllCharsets \
8-
--initialize-at-build-time=org.truffleruby,org.jcodings,org.joni,org.yarp
9-
105
JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=ruby
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This file contains native-image arguments needed to build truffleruby
2+
3+
Args = -H:MaxRuntimeCompileMethods=5400 \
4+
-H:+AddAllCharsets \
5+
--initialize-at-build-time=org.truffleruby,org.jcodings,org.joni,org.yarp

0 commit comments

Comments
 (0)