Skip to content

Commit 2e22010

Browse files
committed
[GR-18163] Create a native image for graalvm-native-ld
PullRequest: truffleruby/2484
2 parents 47ba61a + 92dabe2 commit 2e22010

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)