Fabio Niephaus
c871f91ee0
Support new GraalVM for JDK17/JDK20 release
...
This commit adds support for the new GraalVM for JDK17/JDK20 release, including the new Oracle GraalVM distribution.
For this, users only need to specify the 'java-version' option and the new 'distribution' option.
The 'version' option is now marked as optional and kept for compatibility with older GraalVM releases and Mandrel.
2023-06-16 13:18:20 +02:00
Fabio Niephaus
b11d36630f
Temporarily use 22.3.1
for latest
builds.
...
This is a temporary fix while we are rolling out the new GraalVM for JDK17/20 release.
2023-06-13 19:24:24 +02:00
Fabio Niephaus
7c84ab1ba7
Let getLatestRelease()
always query github.com.
...
This should allow GitHub Enterprise users to use this action.
Resolves #26 , resolves #27 .
2022-12-13 09:12:43 +01:00
Fabio Niephaus
79e8ca0cfa
Ensure creating comments cannot fail job.
2022-11-08 18:15:51 +01:00
Fabio Niephaus
cb02f04137
Introduce native-image-(job|pr)-reports
feature.
...
Co-authored-by: Ondřej Douda <ondrej.douda@oracle.com>
2022-11-03 20:28:28 +01:00
Fabio Niephaus
b0049dea1e
Introduce check-for-updates
feature.
2022-11-02 14:13:52 +01:00
Fabio Niephaus
3b96e2ea68
Drop job-status
logic.
...
It requires a dummy entry in the `action.yml` which was missing. Drop the entire logic because it's not needed at this point.
2022-08-31 11:24:48 +02:00
Fabio Niephaus
f47d45565a
Add support for dependency caching.
...
- Fork relevant bits from https://github.com/actions/setup-java
- Use Node.js 16
- Adjust packaging
- Update uuid and other dependencies
Closes #11
2022-08-31 10:20:03 +02:00
Fabio Niephaus
b3777a3c57
Fail builds on non-zero exit codes.
2022-03-11 13:37:06 +01:00
Fabio Niephaus
2240cb3432
Add support for GraalVM Enterprise Edition.
...
Fixes #5 .
2022-03-11 13:37:06 +01:00
Fabio Niephaus
0f01291c2e
Use semver-conform versions for tool-cache.
2022-03-08 11:12:22 +01:00
Fabio Niephaus
66dc2bf069
Cache installations in GitHub tool-cache.
...
Fixes #7
2022-03-01 11:45:02 +01:00
Fabio Niephaus
a686e47055
Add infrastructure for setting up GraalVM.
2022-01-03 09:51:37 +01:00