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

2022 05 05 OS specific jlink builds #4322

Merged
merged 14 commits into from
May 7, 2022

Conversation

Christewart
Copy link
Contributor

This PR follows up on #4316

This PR integrates jlink into the appServer build. This means our wallet's rpc server will contain an embedded java runtime environment (jre) in the artifact we produce. This means an end user no longer needs to install java and manage their own java runtime.

This PR also fixes bugs in #4316. Unfortunately sbt native packager requires jlink to be run on the platform its targeting

This plugin must be run on the platform of the target installer. The tooling does not provide a means of creating, say, Windows installers on MacOS, or MacOS on Linux, etc.

As a by product of this, we now have OS specific zip files produced. Here is what our artifact list looks like now

Screenshot from 2022-05-07 07-43-14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant