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

Allow gu install of other items #199

Closed
3 tasks
dmikusa opened this issue Feb 10, 2022 · 2 comments
Closed
3 tasks

Allow gu install of other items #199

dmikusa opened this issue Feb 10, 2022 · 2 comments

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Feb 10, 2022

Right now when the GraalVM buildpack runs, it installs GraalVM and then can optionally install the Native image substrate VM. It uses the gu tool to install the native image tools.

GraalVM has other items that it can gu install, such as support for alternative languages like Python or Javascript. These don't work at the moment because they are additional items that must be installed and the buildpack does not provide a way to install them at the moment.

This is an enhancement request to allow other tools to be gu installed.

The use case is for running things like Python ML code through the JVM, which can be faster.

Checklist

  • I have included log output.
  • The log output includes an error message.
  • I have included steps for reproduction.
@fniephaus
Copy link

FYI: oracle/graal#6855

@dmikusa
Copy link
Contributor Author

dmikusa commented Jun 28, 2023

Closing this, see the previous comment.

@dmikusa dmikusa closed this as completed Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants