You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 install
ed.The use case is for running things like Python ML code through the JVM, which can be faster.
Checklist
The text was updated successfully, but these errors were encountered: