Fabio Niephaus
04d7e4f4bb
Skip steps that require a GDS token in PR builds.
2025-01-16 15:54:52 +01:00
Fabio Niephaus
f7c3ab9a9a
Upgrade to macos-13
.
...
Context: https://github.com/actions/runner-images/issues/10721
2024-10-29 15:50:32 +01:00
Fabio Niephaus
dee12811d5
Update tests to use GraalVM for JDK 22 and 23-ea.
2024-10-29 15:50:32 +01:00
Fabio Niephaus
24013ae277
Upgrade job to 17.0.13
.
2024-10-17 22:19:35 +02:00
Fabio Niephaus
4873ae0b28
Add support for Oracle GraalVM via GDS.
2024-10-14 17:35:04 +02:00
Fabio Niephaus
c60701d448
Upgrade to macos-12
.
...
`macos-11` was removed in June 2024:
https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
2024-08-12 11:44:53 +02:00
Fabio Niephaus
fb9f5a0734
Add GraalVM for JDK 22 to build matrix.
2024-03-21 08:13:30 +01:00
peterz
30261a858e
Use java-package
input instead of version
2024-03-18 16:34:28 +01:00
peterz
d9e910f637
Removed mentions of 'version=core'
2024-03-18 16:34:27 +01:00
peterz
5302a697e3
Added Liberica to README
2024-03-18 16:34:27 +01:00
peterz
df4b80eebe
Added Liberica distribution
2024-03-18 16:34:26 +01:00
Fabio Niephaus
5393c3d809
Use -version
on JDK 8. Fixes #86
2024-02-23 08:45:57 +01:00
Fabio Niephaus
cb063c121c
Use new Oracle GraalVM EA builds repo.
2024-02-22 13:17:14 +01:00
Fabio Niephaus
2408275e34
Add initial support for early access (EA) builds.
2024-02-13 13:37:00 +01:00
Fabio Niephaus
3bd233e767
Test on macos-14
(macOS on Apple Silicon).
...
For context: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
2024-01-31 14:27:15 +01:00
Fabio Niephaus
c99915cc1a
Upgrade actions/setup-node
to v4
.
2024-01-31 14:27:03 +01:00
Jongwoo Han
a0f131ece5
Upgrade node-version to v20.
2024-01-31 14:35:58 +09:00
Foivos Zakkak
b8dc5fccfb
Get latest mandrel release if version not specified
...
Update doc.
2023-11-03 13:30:38 +01:00
Fabio Niephaus
0b782b6b90
Support fixed GA versions of Oracle GraalVM.
2023-11-03 13:01:11 +01:00
Fabio Niephaus
d5b07dd118
Lock java-version
to 17.0.8
.
...
This is the last release with access to all tested GU components.
2023-11-03 12:36:12 +01:00
Foivos Zakkak
40dc6ae006
Restore windows latest test & add test for non-prefixed mandrel ver
2023-11-03 12:07:47 +01:00
Fabio Niephaus
6c7d417a1e
Fix additional test case.
2023-09-20 13:02:55 +02:00
Fabio Niephaus
70003e7f9f
Disable Build Ruby-FFI with TruffleRuby
step.
2023-09-19 15:50:03 +02:00
Fabio Niephaus
3282b5e43f
Updates for GraalVM for JDK 21 release.
2023-09-19 15:41:39 +02:00
Fabio Niephaus
26eec53160
Use and recommend actions/checkout@v4
.
2023-09-19 14:30:35 +02:00
Fabio Niephaus
0e29e36dce
Fix version check for gu and add a better warning.
2023-09-06 10:55:08 +02:00
Fabio Niephaus
8cd3284efc
Relax environment checks.
2023-09-06 09:45:00 +02:00
Fabio Niephaus
d3b90f817c
Upgrade 22.3.X builds to 22.3.3
.
...
GraalVM Updater no longer works on `22.3.0`.
2023-09-06 09:34:35 +02:00
Fabio Niephaus
c569e64c0b
Add missing break
statement ( fixes #54 ).
2023-08-01 14:11:14 +02:00
Fabio Niephaus
4a419f5908
Fix incorrect os
name in workflow.
2023-06-20 13:13:30 +02:00
Fabio Niephaus
578fd31702
Improve support for Mandrel distribution.
...
Fixes #48
2023-06-20 11:57:57 +02:00
Fabio Niephaus
85ea19c002
Cover empty distribution cases.
2023-06-20 11:57:57 +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
2f50b91043
Temporarily disable Mandrel latest builds on Windows.
2023-06-16 13:18:20 +02:00
Fabio Niephaus
4297237826
Drop deprecated ubuntu-18.04
.
2023-04-10 13:53:31 +02:00
Fabio Niephaus
c85a448ca4
Adjust for JDK 20 dev builds.
2023-04-10 13:42:02 +02:00
Fabio Niephaus
40947ba8ce
Add test for automatic NI setup on Windows.
...
Context: https://github.com/oracle/graal/pull/5881
2023-02-13 10:57:38 +01:00
Fabio Niephaus
8b27096bbf
Update JDK11 upgrade notice.
2023-02-13 10:31:17 +01:00
Fabio Niephaus
76d605752b
Test gu
component removal.
2023-02-13 10:24:09 +01:00
Fabio Niephaus
b53bc17dd7
Allow java-version: 'dev'
if version: 'dev'
.
...
Fixes #30
2023-01-24 13:15:29 +01:00
Fabio Niephaus
ab2d9c9984
write
permissions for pull-requests
scope.
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
d39e1ea8ea
Drop Mandrel JDK11 builds.
...
Mandrel 22.3.0.1-Final and later no longer ship JDK11 builds.
2022-11-02 14:25:44 +01:00
Fabio Niephaus
b0049dea1e
Introduce check-for-updates
feature.
2022-11-02 14:13:52 +01:00
Fabio Niephaus
70e1936e9c
Add 22.3.0
+ JDK19 jobs to build matrix.
2022-10-26 08:50:10 +02:00
Fabio Niephaus
d3fbe4ee0f
Update actions/checkout
to v3
.
...
For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
2022-10-25 21:50:52 +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
c2b9039d01
Set permissions for workflows.
...
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
2022-08-05 10:19:50 +02:00
Fabio Niephaus
f409c6cadd
Adopt new graalpy executable name.
2022-08-03 17:21:44 +02:00
Fabio Niephaus
1df377600f
Update from GraalVM 22.0.0.2
to 22.1.0
.
2022-04-26 14:05:34 +02:00