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

RFC: Simple executable bundlers for macOS and Linux #2

Open
3noch opened this issue Mar 29, 2022 · 1 comment
Open

RFC: Simple executable bundlers for macOS and Linux #2

3noch opened this issue Mar 29, 2022 · 1 comment

Comments

@3noch
Copy link

3noch commented Mar 29, 2022

For simple executables with dynamic libraries, I'd like to propose we offer a no-frills bundler that brings in nearly zero build-time dependencies. This would be very suitable for a CI job, for example.

Here's a project that attempts this: https://github.com/3noch/nix-bundle-exe

It depends on only bash and basic system tools. Unlike nix-bundle, this works on macOS and does not pull in a large Nix closure (arx is a rather hefty thing to build if its not already in your cache!).

The goal of this kind of bundler would not be to handle every possible edge case, but provide a very light-weight option to basic executable packages.

@tomberek
Copy link
Collaborator

Looks like a good idea. I’m in favor of adding something like this.

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

No branches or pull requests

2 participants