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

Add runtime plugin for generating stand-alone images #159

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

haydenbaker
Copy link

@haydenbaker haydenbaker commented Jul 30, 2024

This is a draft until beryx/badass-runtime-plugin#153 is resolved (and jdk21 is supported)

Description of changes:

  • Add configuration for generating a self-contained runtime image using the badass-runtime plugin
  • Add configuration for JReleaser to use said images as part of the distributables (used in release)
  • images are generated under build/images (after running ./gradlew runtime)
  • Can test the image by running the launcher, ./build/image/smithy-language-server-darwin-aarch64/bin/smithy-language-server 0
  • More testing should be done with an update to the vscode-plugin to pull an image-zip directly from github release
    • We could fallback to coursier in cases where we don't support the platform
      By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@haydenbaker haydenbaker changed the title add runtime plugin for generating stand-alone images Add runtime plugin for generating stand-alone images Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant