Skip to content

Commit befa022

Browse files
Set GraalVM components as experimental
(cherry picked from commit c1814df)
1 parent f79c04d commit befa022

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,8 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
14491449
support_distributions=[
14501450
'graalpython:GRAALPYTHON_GRAALVM_LICENSES',
14511451
],
1452-
priority=5
1452+
priority=5,
1453+
supported=False,
14531454
))
14541455

14551456

@@ -1489,7 +1490,8 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
14891490
language='python',
14901491
)
14911492
],
1492-
priority=5
1493+
priority=5,
1494+
supported=False,
14931495
))
14941496

14951497

0 commit comments

Comments
 (0)