Skip to content

Commit a21fefe

Browse files
committed
[GR-15470] Adapt to changes in Native Image.
PullRequest: fastr/2016
2 parents 6c80337 + 3d93a99 commit a21fefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.native/run/install_r_native_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if [[ $silent -eq 0 ]]; then
7474
fi
7575

7676
cd "$fastr_home/bin"
77-
../../../../bin/native-image --no-server --language:R
77+
../../../../bin/native-image --initialize-at-build-time --no-server --language:R
7878
cp "exec/R" "exec_R.backup"
7979
cp "Rscript" "Rscript.backup"
8080
sed -e '/^## REMOVE FOR NATIVE IMAGE: BEGIN/,/^## REMOVE FOR NATIVE IMAGE: END/d;' "exec_R.backup" | \

0 commit comments

Comments
 (0)