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

Generate native binary #860

Merged
merged 1 commit into from
Dec 11, 2020
Merged

Commits on Dec 10, 2020

  1. Generate native binary

    Use GraalVM's `native-image` feature to generate a executable.
    To test, install GraalVM and the native-image tool, then set JAVA_HOME
    to the GraalVM installation.
    Run `./mvnw package -Dnative -DskipTests` in order to generate an
    executable under `org.eclipse.lemminx/target`.
    
    Includes a GitHub Action in order to run builds of the binary on PRs for
    testing purposes.
    
    Adopted from [PR 673](eclipse#673)
    A part of eclipse#314.
    
    Signed-off-by: David Thompson <[email protected]>
    datho7561 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    c8873c1 View commit details
    Browse the repository at this point in the history