Skip to content

Commit 92dabe2

Browse files
committed
Create a native image for graalvm-native-ld
* A Bash launcher would instead be used, which does not work for the standalone. * We no longer need an explicit list of native images, the component for the lli launcher is no longer included.
1 parent 47ba61a commit 92dabe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mx.truffleruby/native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DYNAMIC_IMPORTS=/substratevm,/tools
22
COMPONENTS=TruffleRuby,SubstrateVM,suite:tools
3-
NATIVE_IMAGES=truffleruby,graalvm-native-clang,graalvm-native-clang++,graalvm-native-binutil
3+
NATIVE_IMAGES=true
44
DISABLE_INSTALLABLES=false

mx.truffleruby/native-ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DYNAMIC_IMPORTS=/substratevm-enterprise,/tools
22
COMPONENTS=TruffleRuby,SubstrateVM Enterprise,suite:tools
3-
NATIVE_IMAGES=truffleruby,graalvm-native-clang,graalvm-native-clang++,graalvm-native-binutil
3+
NATIVE_IMAGES=true
44
DISABLE_INSTALLABLES=false

0 commit comments

Comments
 (0)