Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle Python and R #1639

Closed
6 tasks
iamrecursion opened this issue Mar 31, 2021 · 0 comments · Fixed by #1644
Closed
6 tasks

Bundle Python and R #1639

iamrecursion opened this issue Mar 31, 2021 · 0 comments · Fixed by #1644
Assignees
Labels
p-highest Should be completed ASAP

Comments

@iamrecursion
Copy link
Contributor

Summary

We currently don't include GraalPython and FastR in our bundles. We should do that.

Value

We include our supported polyglot languages.

Specification

  • As part of the bundling process, download GraalPython and FastR of the same version as the current GraalVM version.
  • Talk to Radek for how to do this.
  • You may be able to piggyback on gu (the Graal Updater utility) to install them. If so, the process would be
    1. Download GraalVM release.
    2. Unpack the release.
    3. gu install python R
    4. Re-bundle the release into our bundle.
  • You must not bundle these in the windows release as they aren't currently supported.
  • You will need to run test releases on staging to ensure that this works.

Acceptance Criteria & Test Cases

  • Our release bundles contain R and Python.
@iamrecursion iamrecursion added Type: Enhancement p-highest Should be completed ASAP labels Mar 31, 2021
@iamrecursion iamrecursion added this to the Alpha 3 milestone Mar 31, 2021
@4e6 4e6 closed this as completed in #1644 Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants