Commit Graph

21 Commits

Author SHA1 Message Date
Fabio Niephaus
830cd48f7f Incorporate reviewer feedback. 2023-06-16 13:18:20 +02:00
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
babc303d7e Make parsing of components a bit more robust.
Suggested by @michael-simons
2023-04-18 09:46:32 +02:00
Fabio Niephaus
93d8fee7fa Skip Windows environment setup for dev builds. 2023-02-13 10:24:09 +01:00
Fabio Niephaus
5704aa1938 Split features.ts up. 2022-11-03 20:29:33 +01:00
Fabio Niephaus
f1c2f56b3e Move cache.ts to features/ directory. 2022-11-03 20:29:33 +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
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
2240cb3432 Add support for GraalVM Enterprise Edition.
Fixes #5.
2022-03-11 13:37:06 +01:00
Fabio Niephaus
66dc2bf069 Cache installations in GitHub tool-cache.
Fixes #7
2022-03-01 11:45:02 +01:00
Fabio Niephaus
778131f1d6 Introduce native-image-musl feature. 2022-01-24 13:57:00 +01:00
Fabio Niephaus
0584de3fce Drop support for building GraalVM from source.
Closes #3.
2022-01-14 10:20:26 +01:00
Fabio Niephaus
1eba352ba8 Deprecated building from source (#3). 2022-01-05 12:51:41 +01:00
Fabio Niephaus
eff06eabf9 Add support for Mandrel. 2022-01-04 15:45:46 +01:00
Fabio Niephaus
7a1abedd1b Rename nightly to dev builds. 2022-01-03 13:11:04 +01:00
Fabio Niephaus
b7dfeb8214 Set up GraalVM components with gu. 2022-01-03 09:51:38 +01:00
Fabio Niephaus
c26d35376d Set up dependencies. 2022-01-03 09:51:38 +01:00
Fabio Niephaus
a1ee297bf2 Set up Windows environment with build tools. 2022-01-03 09:51:38 +01:00
Fabio Niephaus
a686e47055 Add infrastructure for setting up GraalVM. 2022-01-03 09:51:37 +01:00
Fabio Niephaus
db50d45bd5 Add GitHub action infrastructure. 2022-01-03 09:51:37 +01:00