Skip to content

Commit ff272fa

Browse files
committed
Fix: missing some EE components in GraalPy EE standalone (GR-48732)
(cherry picked from commit dc7de0b)
1 parent fcd2df1 commit ff272fa

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
@@ -2299,8 +2299,10 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
22992299
}},
23002300
standalone_dependencies_enterprise={**standalone_dependencies_common, **{
23012301
**({} if mx.is_windows() else {
2302+
'LLVM Runtime Managed': ('lib/sulong', []),
23022303
'LLVM Runtime Enterprise': ('lib/sulong', []),
23032304
'LLVM Runtime Native Enterprise': ('lib/sulong', []),
2305+
'GraalVM Python EE managed libraries': ('', []),
23042306
}),
23052307
'GraalVM Python EE': ('', []),
23062308
'GraalVM Python license files EE': ('', []),

0 commit comments

Comments
 (0)