Skip to content

Commit 693cabb

Browse files
[GR-29213] Set GraalVM components as experimental.
PullRequest: graalpython/1755
2 parents f79c04d + ee42890 commit 693cabb

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+
stability="experimental",
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+
stability="experimental",
14931495
))
14941496

14951497

0 commit comments

Comments
 (0)