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

provide binary releases #96

Open
SArpnt opened this issue Jul 27, 2022 · 2 comments
Open

provide binary releases #96

SArpnt opened this issue Jul 27, 2022 · 2 comments

Comments

@SArpnt
Copy link

SArpnt commented Jul 27, 2022

would be nice to have binary releases for this since currently the only way to install the binary is to compile it from source, which requires the entire rust toolchain.

@GuillaumeGomez
Copy link
Owner

I basically know nothing about binary distribution. You need one per arch and per OS and per bit size right? That seems way too for me to handle for such a small project...

@SArpnt
Copy link
Author

SArpnt commented Jul 27, 2022

rust will just compile to whatever target you set, it's just a matter of compiling it multiple times for commonly used systems.
it doesn't even require much effort from your part since you can automate this with github actions
just set up github actions appropriately and add release tags

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