Hacker News new | ask | show | jobs
by the_duke 1239 days ago
sccache includes the absolute path for each compilation, so it doesn't help with caching the same dependency across different projects.
1 comments

Oh yeah, can fix that though with:

mkdir -p ~/cargo/target

export CARGO_TARGET_DIR="~/cargo/target"