Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://github.com/cgwalters/cargo-vendor-filterer This project also only targets CoreOS/Linux so we don't need any other platform dependencies. Most notably this obsoletes the manual step to strip all the large prebuilt static `.a` files for the windows crates. ``` $ du -sh vendor-filtered vendor 54M vendor-filtered 135M vendor ``` (And that's after the `find vendor -name '*.a' -delete`) Checklist update in coreos/repo-templates#4.
- Loading branch information