Skip to content

Commit 8f14122

Browse files
gilles-duboscqsteve-s
authored andcommitted
Set GraalVM components as experimental
1 parent 440ca62 commit 8f14122

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mx.fastr/mx_fastr_dists.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def mx_register_dynamic_suite_constituents(register_project, register_distributi
279279
default_symlinks=False,
280280
)
281281
],
282+
stability="experimental",
282283
post_install_msg="NOTES:\n---------------\n" +
283284
"FastR should work out of the box on most Linux distributions and recent MacOS versions. " +
284285
"Run the following script to check FastR requirements and create a personal R packages library directory: \n" +

mx.fastr/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"subdir" : True,
1010
# The version must be the same as the version of Sulong
1111
# TRUFFLE REVISION (note: this is a marker for script that can update this)
12-
"version" : "d895395d06edacbe1d3a307f392aa31526ce7b6a",
12+
"version" : "ee82da58e48325981af1832ab33a46de2610b29a",
1313
"urls" : [
1414
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
1515
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -20,7 +20,7 @@
2020
"subdir" : True,
2121
# The version must be the same as the version of Truffle
2222
# TRUFFLE REVISION (note: this is a marker for script that can update this)
23-
"version" : "d895395d06edacbe1d3a307f392aa31526ce7b6a",
23+
"version" : "ee82da58e48325981af1832ab33a46de2610b29a",
2424
"urls" : [
2525
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
2626
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)