graalvm: Update graalvm to version 24.0.2#9623
Open
olymk2 wants to merge 1 commit into
Open
Conversation
EbonJaeger
requested changes
Jul 15, 2026
EbonJaeger
left a comment
Member
There was a problem hiding this comment.
Overall, it looks good. I'm leaving some suggestions to maybe make working with the package a little nicer.
olymk2
force-pushed
the
upgrade-graalvm-version
branch
from
July 16, 2026 07:49
8e791f8 to
afb8ecc
Compare
olymk2
force-pushed
the
upgrade-graalvm-version
branch
from
July 17, 2026 19:22
afb8ecc to
a2e198a
Compare
EbonJaeger
requested changes
Jul 17, 2026
| cp $sources/labsjdk-ce-17.0.8+7-jvmci-23.0-b15-linux-amd64.tar.gz $workdir | ||
| tar xvf labsjdk-ce-17.0.8+7-jvmci-23.0-b15-linux-amd64.tar.gz | ||
| export JAVA_HOME=$workdir/labsjdk-ce-17.0.8-jvmci-23.0-b15/ | ||
| cp $sources/labsjdk.tar.gz $workdir |
Member
There was a problem hiding this comment.
Don't need this line, since the untar command is extracting from ${sources} into ./labsjdk
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the version of graalvm, this was extremely painful I have tried multiple times in the past but managed to bump the version.
I had to make quite a few changes to the build script, bit out of my depth so please do check the changes seem sane.
Test Plan
Ran /usr/share/graalvm/bin/java files/hello-world.java to make sure it could still compile
Ran /usr/share/graalvm/bin/java --version to check version had updated
Ran cat /usr/share/graalvm/release
Checklist