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

Add support for GraalVM Enterprise Edition. #8

Merged
merged 5 commits into from
Mar 11, 2022
Merged

Conversation

fniephaus
Copy link
Member

This will be properly supported with the upcoming 22.1.0 release.

Fixes #5.

README.md Outdated
@@ -90,6 +90,7 @@ jobs:
| Name | Default | Description |
|-----------------|:--------:|-------------|
| `version`<br>*(required)* | n/a | `X.Y.Z` (e.g., `21.3.0`) for a specific [GraalVM release][releases]<br>`latest` for [latest stable release][stable],<br>`dev` for [latest dev build][dev-build],<br>`mandrel-X.Y.Z` (e.g., `mandrel-21.3.0.0-Final`) for a specific [Mandrel release][mandrel-releases],<br>`mandrel-latest` for [latest Mandrel stable release][mandrel-stable]. |
| `gds-token` | `''` | Download token for the GraalVM Download Service. Set this to use GraalVM EE. |
Copy link
Member Author

@fniephaus fniephaus Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • We need to add a link to instructions on how to obtain a download token.

@fniephaus fniephaus self-assigned this Mar 4, 2022
@fniephaus fniephaus added the enhancement New feature or request label Mar 4, 2022
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
# native-image --version
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • This and the commented line above should be used after 22.1.0 is released.

- name: Run setup-graalvm action
uses: ./
with:
version: '21.3.0'
Copy link
Member Author

@fniephaus fniephaus Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Bump to 22.1.0 when released.

.github/workflows/test.yml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide support for GraalVM Enterprise Edition (EE).
1 participant