Skip to content

Commit 2b07111

Browse files
committed
Explicitly include the toolchain for clarity
1 parent c510115 commit 2b07111

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
@@ -1000,7 +1000,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
10001000
dir_name='python',
10011001
license_files=[],
10021002
third_party_license_files=[],
1003-
dependencies=['pynl', 'Truffle', 'Sulong', 'TRegex'],
1003+
dependencies=['pynl', 'Truffle', 'Sulong', 'LLVM.org toolchain', 'TRegex'],
10041004
truffle_jars=[
10051005
'graalpython:GRAALPYTHON',
10061006
],

0 commit comments

Comments
 (0)