New review comment by Logarithmus on void-packages repository https://github.com/void-linux/void-packages/pull/30702#discussion_r627426118 Comment: > also, installing manually into masterdir won't work either > > if you want to do this you will need to find a way to have the masterdir lazily install it the first time you use it, similarly to the crosstoolchain and so on I've just checked it out: `./xbps-src clean` doesn't remove manually installed `sccache` from the `masterdir/`. `hostdir/sccache` is also preserved. Then if I try to build some Rust package (e. g. `fd`), `SCCACHE_DIR=hostdir/binpkgs sccache -s` reports cache hits. https://user-images.githubusercontent.com/29541480/117307385-3356a100-ae89-11eb-9f77-44f8c6b50de1.mp4