-
Notifications
You must be signed in to change notification settings - Fork 332
Update to GraalVM 25 #14019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Akirathan
wants to merge
39
commits into
develop
Choose a base branch
from
wip/akirathan/13918-update-graal-25
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,522
−572
Open
Update to GraalVM 25 #14019
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
fb4e679
Graal Version can be just a single number
Akirathan 2646d45
Upgrade graalVersion and graalMavenPackageVersion in build.sbt
Akirathan 3a87b30
Lift graal dir name assumption
Akirathan af234fd
Add truffle-nfi-panama dependency of graalpy
Akirathan ad58ce5
Remove deprecated RunReachabilityHandlersConcurrently option
Akirathan ee49cb2
Add deps for native image
Akirathan 77beb2d
Fix module path for small jdk
Akirathan 61195c0
Exclude gax-grpc NI config file
Akirathan 612cda1
svm must not be included in the class-path.
Akirathan e9d2d4d
java.prefs module is added in small jdk for NI.
Akirathan 821bef2
jdk.attach module is added in small jdk for NI.
Akirathan e7270f3
Use Graalvm 25.0.0 in all CI workflows
Akirathan 6ac2d05
Bump Mockito version.
Akirathan e63ac6a
Mockito tests are run with `-javaagent` cmdline option
Akirathan 15b518f
Fix native lib versions in native_libs.json golden test file
Akirathan 68294bc
Update expected error message when parsing foreign python method
Akirathan 27f791d
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
Akirathan 9377972
Verify licenses
Akirathan a1e76be
Update Bazel GraalVM toolchain to version 25
Akirathan 682e62b
Update bazel lock file
Akirathan c0b4a1f
java.prefs is only required for NI build
Akirathan 19a3d5a
changelog
Akirathan dd1073c
fmt
Akirathan e1233fa
Fix GenerateUncached warnings
Akirathan 5277f33
Don't include nativeimage.configure module in small JDK for NI.
Akirathan ba380df
Allow uncached loop node.
Akirathan b085b1c
Fix os-environemnt tests on Mac - get canonical path to tmp dir
Akirathan 0f06013
Fix native-access warning when running os-environment/test
Akirathan 2f9f697
Fix native-access warning when creating stdlib indexes
Akirathan 7268b15
Specify download link when GraalVM version mismatches.
Akirathan 3d9986b
typo
Akirathan e1251ac
[WIP] Print saving and loading cache
Akirathan 8cdb45c
[WIP] Run only Base_Tests with --log-level TRACE on CI
Akirathan 70a1622
Revert "[WIP] Print saving and loading cache"
Akirathan 8262f97
[WIP] Print test name before it is executed.
Akirathan 5d6779f
[WIP] Print test name before it is executed.
Akirathan f448073
Workaround Memory Access Violation error by converting to java.io.Fil…
JaroslavTulach e747690
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
Akirathan ca502ad
Workarounding Windows FileSystem problems by catching NPE
JaroslavTulach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just tried:
e.g. a lot of Python related tests is failing. If that's real (e.g. not just my hallucination) then it deserves to be fixed. Running
test/Base_Tests
is my primary test that Enso is working, it shouldn't be failing...There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/Base_Tests
works on my machine, as well as on the CI. The only thing that is failing on the CI is Native stdlib Windows which is failing on some cryptic NPE.