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

cargo clean papercuts #2121

Closed
alexcrichton opened this issue Nov 6, 2015 · 0 comments
Closed

cargo clean papercuts #2121

alexcrichton opened this issue Nov 6, 2015 · 0 comments

Comments

@alexcrichton
Copy link
Member

This command hasn't been updated in a long time, like not since before build scripts were around I believe.

This needs an audit to make sure that it actually works:

  • should clean out all build dependencies
  • should clean out all custom build artifacts
  • should remove build script executables
  • should work for all packages (panics for non-local packages right now)
alexcrichton added a commit to alexcrichton/cargo that referenced this issue Nov 15, 2015
* Clean out both host/target platforms if any are available.
* Clean out build script output.
* Add a --release flag to also be able to clean out release folder
* Be sure to clean out benchmarks, tests, etc.
* Cleaning out registry packages no longer panics

Closes rust-lang#2121
bors added a commit that referenced this issue Nov 15, 2015
* Clean out both host/target platforms if any are available.
* Clean out build script output.
* Add a --release flag to also be able to clean out release folder
* Be sure to clean out benchmarks, tests, etc.
* Cleaning out registry packages no longer panics

Closes #2121
JanLikar pushed a commit to JanLikar/cargo that referenced this issue Jan 26, 2016
* Clean out both host/target platforms if any are available.
* Clean out build script output.
* Add a --release flag to also be able to clean out release folder
* Be sure to clean out benchmarks, tests, etc.
* Cleaning out registry packages no longer panics

Closes rust-lang#2121
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

1 participant