Skip to content

Commit e4ac6cd

Browse files
committed
revert skip libs
1 parent 3e25204 commit e4ac6cd

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
@@ -295,7 +295,7 @@ def set_env(**environ):
295295

296296
def python_gvm(args=None):
297297
"Build and run a GraalVM graalpython launcher"
298-
with set_env(FORCE_BASH_LAUNCHERS="true", DISABLE_AGENT="true", DISABLE_LIBPOLYGLOT="true", DISABLE_POLYGLOT="true", SKIP_LIBRARIES="native-image-agent,polyglot"):
298+
with set_env(FORCE_BASH_LAUNCHERS="true", DISABLE_AGENT="true", DISABLE_LIBPOLYGLOT="true", DISABLE_POLYGLOT="true"):
299299
return _python_graalvm_launcher(args or [])
300300

301301

0 commit comments

Comments
 (0)