Page MenuHomeSolus

Version bump and add step to build substratevm (native-image) binary.
ClosedPublic

Authored by oly on Feb 1 2022, 8:34 PM.
Tags
None
Referenced Files
F10866765: D12813.diff
Jun 17 2023, 5:08 PM
F10841553: D12813.id31366.diff
Jun 10 2023, 7:50 AM
F10838600: D12813.diff
Jun 9 2023, 3:54 PM
F10836391: D12813.id.diff
Jun 8 2023, 3:35 PM
F10821076: D12813.diff
Jun 2 2023, 8:41 AM
F10744362: D12813.diff
May 15 2023, 12:20 AM
Subscribers

Details

Summary

Use the latest graalvm and include native-image binary compilation

Test Plan

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

oly requested review of this revision.Feb 1 2022, 8:34 PM
Girtablulu added a subscriber: Girtablulu.

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

This revision now requires changes to proceed.Feb 2 2022, 8:52 AM

Try and clean git history.

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.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 12 2022, 11:03 AM
This revision was automatically updated to reflect the committed changes.

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!