Skip to content

Commit 8909e8a

Browse files
committed
[GR-46527] Specify to only build the TruffleRuby installable
* This saves disk space by avoiding to create other installables such as the LLVM toolchain installable.
1 parent 6f5a242 commit 8909e8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mx.truffleruby/native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ DYNAMIC_IMPORTS=/tools,/compiler,/substratevm
33
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler,SubstrateVM,Native Image
44
NATIVE_IMAGES=suite:sulong,lib:rubyvm
55
# To also create the standalone
6-
DISABLE_INSTALLABLES=false
6+
INSTALLABLES=TruffleRuby

mx.truffleruby/native-ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler,SubstrateVM Enter
44
NATIVE_IMAGES=suite:sulong,lib:rubyvm
55
EXTRA_IMAGE_BUILDER_ARGUMENTS=rubyvm:-H:+AuxiliaryEngineCache rubyvm:-H:ReservedAuxiliaryImageBytes=1073741824
66
# To also create the standalone
7-
DISABLE_INSTALLABLES=false
7+
INSTALLABLES=TruffleRuby

mx.truffleruby/native-ee-g1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler,SubstrateVM Enter
44
NATIVE_IMAGES=suite:sulong,lib:rubyvm
55
EXTRA_IMAGE_BUILDER_ARGUMENTS=rubyvm:-H:+UseG1GC
66
# To also create the standalone
7-
DISABLE_INSTALLABLES=false
7+
INSTALLABLES=TruffleRuby

mx.truffleruby/native-host-inlining

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler,SubstrateVM,Native Image
44
NATIVE_IMAGES=lib:rubyvm
55
EXTRA_IMAGE_BUILDER_ARGUMENTS=rubyvm:-H:Log=HostInliningPhase,~CanonicalizerPhase,~GraphBuilderPhase rubyvm:-H:+TruffleHostInliningPrintExplored rubyvm:-Dgraal.LogFile=host-inlining.txt
66
# To also create the standalone
7-
DISABLE_INSTALLABLES=false
7+
INSTALLABLES=TruffleRuby

0 commit comments

Comments
 (0)