Skip to content

Commit e55ee90

Browse files
committed
move from the standalone launcher model to the language library/thin launcher deployment
1 parent cb0f159 commit e55ee90

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

mx.graalpython/graalpython-launcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISABLE_INSTALLABLES=true
22
DYNAMIC_IMPORTS=/vm,/substratevm
3-
NATIVE_IMAGES=graalpy
3+
NATIVE_IMAGES=lib:pythonvm
44
NO_LICENSES=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISABLE_INSTALLABLES=true
22
DYNAMIC_IMPORTS=/substratevm,/graalpython-enterprise
3-
NATIVE_IMAGES=graalpy
3+
NATIVE_IMAGES=lib:pythonvm
44
NO_LICENSES=true

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,10 +1652,9 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
16521652
'graalpython:GRAALPYTHON_GRAALVM_SUPPORT',
16531653
'graalpython:GRAALPYTHON_GRAALVM_DOCS',
16541654
],
1655-
launcher_configs=[
1656-
mx_sdk.LanguageLauncherConfig(
1657-
destination='bin/<exe:graalpy>',
1658-
links=['bin/python', 'bin/python3'],
1655+
library_configs=[
1656+
mx_sdk.LanguageLibraryConfig(
1657+
launchers=['bin/<exe:graalpy>', 'bin/<exe:python>', 'bin/<exe:python3>'],
16591658
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER'],
16601659
main_class=GRAALPYTHON_MAIN_CLASS,
16611660
build_args=[

0 commit comments

Comments
 (0)