Skip to content
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

Added Documentation for building an executable with graalvm #248

Merged

Conversation

KGoroll1
Copy link
Contributor

@KGoroll1 KGoroll1 commented Mar 15, 2024

Adds documentation to build a native executable with graalvm. Currently the community edition of graalvm is used as it comes with a pre-installed native image. However, this version is outdated. Therefore, the next step should be to update the guide with a new version of graalvm.

With a current version of graalvm you can build the native image yourself with gu install native-image. However, if you then run mvn package, the build will fail. This is probably just a version problem, but needs to be investigated further.

@KGoroll1 KGoroll1 marked this pull request as ready for review March 15, 2024 14:58
@KGoroll1 KGoroll1 added documentation Improvements or additions to documentation graalvm GraalVM, native-image, truffle, etc. labels Mar 15, 2024
@KGoroll1 KGoroll1 self-assigned this Mar 15, 2024
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KGoroll1 thank you so much for this PR. 👍

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 8342588035

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 57.967%

Totals Coverage Status
Change from base Build 8342511853: 0.0%
Covered Lines: 4066
Relevant Lines: 6753

💛 - Coveralls

@hohwille hohwille merged commit 810c616 into devonfw:main Mar 19, 2024
3 checks passed
@hohwille hohwille added this to the release:2024.03.001 milestone Mar 19, 2024
@hohwille hohwille added the story-review marks PRs that will be presented in the sprint-review label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation graalvm GraalVM, native-image, truffle, etc. story-review marks PRs that will be presented in the sprint-review
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants