Skip to content

Commit 0d561b8

Browse files
committed
[GR-45794] Add EE python component to standalone for Oracle GraalVM.
PullRequest: graalpython/2844
2 parents 5c5d8f5 + 02c473a commit 0d561b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
20162016
standalone_dependencies_enterprise={**standalone_dependencies_common, **{
20172017
'LLVM Runtime Enterprise': ('lib/sulong', []),
20182018
'LLVM Runtime Native Enterprise': ('lib/sulong', []),
2019+
'GraalVM Python EE': ('', []),
20192020
'GraalVM Python license files EE': ('', []),
20202021
'GraalVM enterprise license files': ('', ['LICENSE.txt', 'GRAALVM-README.md']),
20212022
}},

0 commit comments

Comments
 (0)