graalvm: Update graalvm to version 24.0.2#9623
Merged
Merged
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
2 times, most recently
from
July 17, 2026 19:22
afb8ecc to
a2e198a
Compare
EbonJaeger
requested changes
Jul 17, 2026
olymk2
force-pushed
the
upgrade-graalvm-version
branch
from
July 21, 2026 07:52
a2e198a to
0bb5a31
Compare
EbonJaeger
requested changes
Jul 21, 2026
EbonJaeger
left a comment
Member
There was a problem hiding this comment.
I noticed another thing. Sorry :/
olymk2
force-pushed
the
upgrade-graalvm-version
branch
from
July 22, 2026 19:25
0bb5a31 to
d6d8bcb
Compare
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