Use the latest graalvm and include native-image binary compilation
Details
- Reviewers
Girtablulu joebonrichie - Group Reviewers
Triage Team - Commits
- R5454:3b9168a38dcb: Version bump and add step to build substratevm (native-image) binary.
Evalute the hello-world.java file can be compiled using the packaged java and check native-image command executes.
Basically running /usr/share/graalvm/bin/java files/hello-world.java
Diff Detail
- Repository
- R5454 graalvm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
your git history is not clean I cannot merge your patch! did you update this against your first inclusion version? it's suggested always to run an update against a cloned repo package
Not sure how I manage this, just done git fetch --all git rebase origin/master and then ran arc diff hopefully that fixes it, I think I get confused between arc and git in some way or its the initial creation I am doing incorrectly.
Generally we prefer if you add a link to the changelog or provide a summarized changelog in the summary if possible for future reference. Thanks for the patch!