Skip to content

Commit dc7de0b

Browse files
committed
Fix: missing some EE components in GraalPy EE standalone
1 parent c65fe30 commit dc7de0b

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
@@ -2184,8 +2184,10 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
21842184
}},
21852185
standalone_dependencies_enterprise={**standalone_dependencies_common, **{
21862186
**({} if mx.is_windows() else {
2187+
'LLVM Runtime Managed': ('lib/sulong', []),
21872188
'LLVM Runtime Enterprise': ('lib/sulong', []),
21882189
'LLVM Runtime Native Enterprise': ('lib/sulong', []),
2190+
'GraalVM Python EE managed libraries': ('', []),
21892191
}),
21902192
'GraalVM Python EE': ('', []),
21912193
'GraalVM Python license files EE': ('', []),

0 commit comments

Comments
 (0)