-
Couldn't load subscription status.
- Fork 334
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
Merged
+3,576
−563
Merged
Update to GraalVM 25 #14019
Changes from 23 commits
Commits
Show all changes
64 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 1cd4e15
Revert "Workarounding Windows FileSystem problems by catching NPE"
Akirathan 1308d5a
Revert "Workaround Memory Access Violation error by converting to jav…
Akirathan 85b0346
Include base test helpers in NI
Akirathan 5254099
Disable dual JVM mode in tests on Windows by default. Use ENSO_LAUNCH…
JaroslavTulach 9763b5e
Revert "[WIP] Print test name before it is executed."
Akirathan 52aa651
Revert "[WIP] Print test name before it is executed."
Akirathan 3662c4f
Revert "[WIP] Run only Base_Tests with --log-level TRACE on CI"
Akirathan 3b8fd5a
Fix dual test condition
Akirathan d4fc41c
Don't export any symbols from enso.exe
JaroslavTulach 84bf379
Use absolute path when referring to enso.exp
JaroslavTulach 4928295
Trace invocations of link that seem to fail
JaroslavTulach 217c9c7
Link without enso.exp file
JaroslavTulach c2c42b8
Export necessary symbols needed for generating shims
JaroslavTulach da85c08
Make sure enso.lib is inside of native-image temporary directory
JaroslavTulach 5e8aedd
Only copy the enso.lib on Windows
JaroslavTulach c516636
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
mergify[bot] 0360153
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
mergify[bot] 3278952
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
mergify[bot] 2d4d19e
Hide enso.* files in distribution/bin directory
JaroslavTulach 0e2e247
Instructions how to regenerated enso.lib and enso.exp files
JaroslavTulach 1461983
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
mergify[bot] db2e696
Backing 5254099e55ca7d3208e2905c2d75e2c92c9f26f8 out
JaroslavTulach 8b41e69
Removing other differences against develop branch
JaroslavTulach 8031779
Use canonical path to temporary folder
JaroslavTulach dfc5207
Merge branch 'develop' into wip/akirathan/13918-update-graal-25
mergify[bot] 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
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.
Uh oh!
There was an error while loading. Please reload this page.