Skip to content

Commit

Permalink
[GR-29213] [GR-30301] Set GraalVM components as experimental
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/2543
  • Loading branch information
eregon committed Apr 1, 2021
2 parents b0f7cef + 93348bb commit 49ca0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mx.truffleruby/mx_truffleruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def verify_ci(args):
'truffleruby:TRUFFLERUBY_GRAALVM_LICENSES',
],
priority=5,
stability="experimental",
))

mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
Expand Down Expand Up @@ -251,6 +252,7 @@ def verify_ci(args):
]
)
],
stability="experimental",
post_install_msg="""
IMPORTANT NOTE:
---------------
Expand Down

0 comments on commit 49ca0e9

Please sign in to comment.