Skip to content

Commit b44db7b

Browse files
committed
[GR-17422] Add dependencies for GraalVM components.
PullRequest: graalpython/672
2 parents f952541 + 2b07111 commit b44db7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
982982
name='Graal.Python license files',
983983
short_name='pynl',
984984
dir_name='python',
985+
dependencies=[],
985986
license_files=['LICENSE_GRAALPYTHON.txt'],
986987
third_party_license_files=['3rd_party_licenses_graalpython.txt'],
987988
truffle_jars=[],
@@ -999,6 +1000,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
9991000
dir_name='python',
10001001
license_files=[],
10011002
third_party_license_files=[],
1003+
dependencies=['pynl', 'Truffle', 'Sulong', 'LLVM.org toolchain', 'TRegex'],
10021004
truffle_jars=[
10031005
'graalpython:GRAALPYTHON',
10041006
],

0 commit comments

Comments
 (0)