From 3a193290f369f2f9cb5ce0d1b0221613bf853f98 Mon Sep 17 00:00:00 2001 From: Danilo Ansaloni <danilo.ansaloni@oracle.com> Date: Fri, 13 Apr 2018 21:44:26 +0200 Subject: [PATCH] Fix FastR support distribution. --- mx.fastr/mx_fastr_dists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mx.fastr/mx_fastr_dists.py b/mx.fastr/mx_fastr_dists.py index ef49421c15..9256c41b2a 100644 --- a/mx.fastr/mx_fastr_dists.py +++ b/mx.fastr/mx_fastr_dists.py @@ -272,6 +272,7 @@ def mx_register_dynamic_suite_constituents(register_project, register_distributi "dependency:fastr:GNUR", "file:mx.fastr/GraalCE_R_license_3rd_party_license.txt", ], + "README_FASTR": "extracted-dependency:fastr:FASTR_GRAALVM_RELEASE{rffi}/README.md".format(rffi=rffi), "bin/Rscript": "file:com.oracle.truffle.r.release/src/Rscript_legacy", "bin/exec/R": "file:com.oracle.truffle.r.release/src/R_legacy", "R-3.4.0.tar.gz" : "dependency:fastr:GNUR", -- GitLab