Skip to content

Commit 993c58d

Browse files
committed
don't build all those tools
1 parent c0fdb53 commit 993c58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def python_gvm(args=None):
271271

272272
def python_svm(args=None):
273273
"Build and run the native graalpython image"
274-
with set_env(FORCE_BASH_LAUNCHERS="lli,native-image", DISABLE_LIBPOLYGLOT="true", DISABLE_POLYGLOT="true"):
274+
with set_env(FORCE_BASH_LAUNCHERS="lli,native-image,gu,graalvm-native-clang,graalvm-native-clang++", DISABLE_LIBPOLYGLOT="true", DISABLE_POLYGLOT="true"):
275275
return _python_graalvm_launcher(args or [])
276276

277277

0 commit comments

Comments
 (0)