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

Make building optional #143

Open
4r7if3x opened this issue Jun 6, 2023 · 2 comments
Open

Make building optional #143

4r7if3x opened this issue Jun 6, 2023 · 2 comments

Comments

@4r7if3x
Copy link

4r7if3x commented Jun 6, 2023

Similar to the other packaging tools, please add a --no-build flag to be used in case the app is already built during the CI workflow. In this scenario, the --target flag should still be able to fetch the right binary from the respective path.

@mdsteele
Copy link
Collaborator

mdsteele commented Jun 9, 2023

A PR to add this feature would be very welcome!

@goingforbrooke
Copy link
Collaborator

Cargo Bundle skips builds with the env var $CARGO_BUNDLE_SKIP_BUILD set to "true".

It's not the CLI flag that @4r7if3x's looking for, but it's works great in my CI pipeline

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

No branches or pull requests

3 participants