aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/pre_cache.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use cli parser with auto-generated helpAleksey Kladov2021-03-011-2/+2
|
* Simplify xtaskAleksey Kladov2021-03-011-2/+2
| | | | lib/bin/test separation isn't really needed.
* Switch from not_bash to xshellAleksey Kladov2020-10-171-3/+2
|
* Revive cache cleaningAleksey Kladov2020-08-181-0/+80
The idea here is that, on CI, we only want to cache crates.io dependencies, and not local crates. This keeps the size of the cache low, and also improves performance, as network and moving files on disk (on Windows) can be slow.