Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from not_bash to xshell | Aleksey Kladov | 2020-10-17 | 1 | -3/+2 |
| | |||||
* | Revive cache cleaning | Aleksey Kladov | 2020-08-18 | 1 | -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. |