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

Retroactively add binaries to the release of v0.1.2 #227

Closed
wants to merge 1 commit into from

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Oct 20, 2022

What

Retroactively add binaries to the release of v0.1.2.

Why

For installs without building from source.

The main reason to add this is so that we can install soroban-cli into places that are inconvenient to do a build from source. For example, when installing soroban-cli into a repl.it, the build consumes so much disk space that it often fails to install.

I've added this process to the existing publish action because I think it will be beneficial if we lead into using this same process for any Rust project that has binaries. There might be some growing pains with that, if for example we have tools we only want to release on specific architectures, etc. I think we can tackle those problems when they arise rather than try to presolve for them.

I'm not making a new release just to get binaries because it would be helpful if the binaries we release for use in things like repl.it match the release everyone else is already using.

@leighmcculloch leighmcculloch force-pushed the release/v0.1.2 branch 2 times, most recently from 418e5e2 to 9f0de50 Compare October 20, 2022 19:52
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