-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Olga Gupalo <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# Oracle GraalVM early access builds downloads | ||
# Oracle GraalVM Early Access Builds | ||
|
||
This repository hosts [Oracle GraalVM](https://github.com/oracle/graal/) early access builds based on Oracle JDK. | ||
This repository hosts [Oracle GraalVM](https://graalvm.org) early access builds based on Oracle JDK. | ||
|
||
We encourage your feedback and bug reports – please share them in the [Graal](https://github.com/oracle/graal) repository. | ||
We encourage your feedback and bug reports – please share them in the [Graal repository](https://github.com/oracle/graal). | ||
|
||
## Install with SDKMAN! | ||
|
||
Oracle GraalVM Early Access builds are available on [SDKMAN!](https://sdkman.io/) | ||
Run the following command to install, for example, the Early Access build of Oracle GraalVM for JDK 24: | ||
```bash | ||
sdk install java 24.ea.3-graal | ||
``` | ||
Substitute `24.ea.3` with a preferred release. | ||
To check which GraalVM releases are available for installation, run: | ||
```bash | ||
sdk list java | ||
``` | ||
|
||
## Install from an Archive | ||
|
||
Download an Oracle GraalVM Early Access build for your platform at [graalvm/oracle-graalvm-ea-builds/releases](https://github.com/graalvm/oracle-graalvm-ea-builds/releases) and install from the archive. | ||
|
||
## Use in GitHub Actions | ||
|
||
The [GitHub Action for GraalVM](https://github.com/marketplace/actions/github-action-for-graalvm) supports Oracle GraalVM Early Access builds. | ||
To set up the latest available Early Access build of Oracle GraalVM, set `java-version: 'latest-ea'` in your GitHub workflow. | ||
More information is available [here](https://github.com/marketplace/actions/github-action-for-graalvm#options). |