Skip to content

Commit 824901b

Browse files
committed
add sulong and the llvm toolchain as standalone dependencies
1 parent fe55db2 commit 824901b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,9 +1061,14 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
10611061
name='Graal.Python',
10621062
short_name='pyn',
10631063
dir_name='python',
1064+
standalone_dir_name='graalpython-<version>-<graalvm_os>-<arch>',
10641065
license_files=[],
10651066
third_party_license_files=[],
10661067
dependencies=['pynl', 'Truffle', 'Sulong', 'LLVM.org toolchain', 'TRegex'],
1068+
standalone_dependencies={
1069+
'Sulong': ('lib/sulong', ['bin/<exe:lli>']),
1070+
'LLVM.org toolchain': ('lib/llvm-toolchain', []),
1071+
},
10671072
truffle_jars=[
10681073
'graalpython:GRAALPYTHON',
10691074
],

0 commit comments

Comments
 (0)