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

Build a standalone statically linked binary for easier distribution #83

Closed
benradf opened this issue May 3, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@benradf
Copy link
Member

benradf commented May 3, 2023

The current method is a convoluted mess.

  • Some of the complexity arises because Skyscope is built with Nix (and so has an interpreter path in /nix/store) but needs to run on both Nix and non-Nix systems.
  • Also the distribution package bundles the entire shared library closure (including libc) to allow Skyscope to run on as many systems as possible.

If we could build a statically linked binary (using musl instead of glibc), it would make distribution much simpler.

@benradf benradf added the enhancement New feature or request label May 3, 2023
@benradf
Copy link
Member Author

benradf commented Jun 12, 2023

Addressed by #94.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant