Add GA/EA versions to build pipeline#765
Conversation
This enables CI builds for the latest Java versions supported by OpenJDK. Signed-off-by: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
Signed-off-by: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
Signed-off-by: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
|
Awesome, thanks for raising the PR! Seems the CI is not letting me trigger a run of this on the PR so I'll merge for now and investigate separately. |
|
Hmm, something seems to be misconfigured on the Oracle action side it seems. Build outputRun oracle-actions/setup-java@v1
with:
website: jdk.java.net
version: latest
install: true
Run echo "::group::Prepare download..."
echo "::group::Prepare download..."
JAVA=$JAVA_HOME_[2](https://github.com/ascopes/java-compiler-testing/actions/runs/12356580225/job/34482794872#step:3:2)1_X64/bin/java
if [ ! -d "$JAVA_HOME_21_X64" ]; then
JAVA=$JAVA_HOME_21_arm64/bin/java
fi
$JAVA --version
DOWNLOAD=$GITHUB_ACTION_PATH/src/Download.java
echo "::endgroup::"
if [ ! -z "" ]; then
$JAVA \
-Dinstall-as-version="" \
$DOWNLOAD \
I can't see anything here that doesn't match what is on Oracle's documentation for this though, which is odd. I might have some time later to take a look unless you can see anything immediately that would be a problem! |
This enables CI builds for the latest Java versions supported by OpenJDK.