Skip to content

Commit 0f47e52

Browse files
committed
[GR-5369] Add mx.vm/ce-fastr-native for building FastR native standalone.
PullRequest: graal/16676
2 parents abc1684 + 5c4dc04 commit 0f47e52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

vm/mx.vm/ce-fastr-native

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DYNAMIC_IMPORTS=/compiler,/graal-js,/sdk,/substratevm,/sulong,/tools,/truffle,fastr
2+
COMPONENTS=antlr4,xz,R,cmp,cov,dap,gu,gvm,ins,insight,insightheap,lg,llp,llrc,llrl,llrn,lsp,nfi-libffi,ni,nic,poly,polynative,pro,sdk,sdkl,svmt,svmnfi,tfl,tfla,tflc,tflm,truffle-json
3+
NATIVE_IMAGES=lib:jvmcicompiler,lib:Rvm
4+
NON_REBUILDABLE_IMAGES=lib:jvmcicompiler
5+
DISABLE_INSTALLABLES=False

vm/mx.vm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"name": "fastr",
60-
"version": "30c9a306722976d566f84810269dc4e02dec9bac",
60+
"version": "f543a44851c7c4e60fcb89065f7b10ff05392a4b",
6161
"dynamic": True,
6262
"urls": [
6363
{"url": "https://github.com/oracle/fastr.git", "kind": "git"},

0 commit comments

Comments
 (0)