| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request restores compatibility with workflows that expect GRAALVM_HOME to be set (notably when migrating from graalvm/setup-graalvm) by exporting GRAALVM_HOME whenever a GraalVM distribution is installed via actions/setup-java.
Changes:
| File | Description |
|---|---|
| src/distributions/graalvm/installer.ts | Override setJavaDefault to export GRAALVM_HOME alongside the existing JAVA_HOME behavior. |
| tests/distributors/graalvm-installer.test.ts | Adds tests asserting GRAALVM_HOME is exported for Oracle GraalVM and GraalVM Community installers. |
| dist/setup/index.js | Updates the bundled distribution to include the new GRAALVM_HOME export logic. |
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description:
GraalVM workflows could not locate tools through GRAALVM_HOME, breaking compatibility with graalvm/setup-graalvm.
Related issue:
GraalVM environment compatibility when migrating from graalvm/setup-graalvm.
Check list: