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

Support custom build commands #313

Open
mainrs opened this issue Jan 28, 2023 · 1 comment
Open

Support custom build commands #313

mainrs opened this issue Jan 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mainrs
Copy link

mainrs commented Jan 28, 2023

This can be useful if one wants to use a build command proxy like cargo-auditable. The binary includes a dependency tree and makes it possible to audit a released binary.

Instead of running a normal cargo build --release, one would run cargo auditable build --release.

@psionic-k psionic-k added the enhancement New feature or request label Apr 28, 2023
@psionic-k
Copy link
Member

This can be done with a builder override for the very last crate, but I should also add support for the mkcrate builder

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

2 participants