Hacker News new | past | comments | ask | show | jobs | submit login

sccache includes the absolute path for each compilation, so it doesn't help with caching the same dependency across different projects.



Oh yeah, can fix that though with:

mkdir -p ~/cargo/target

export CARGO_TARGET_DIR="~/cargo/target"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: