Y
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
jackosdev
1237 days ago
Oh yeah, can fix that though with:
mkdir -p ~/cargo/target
export CARGO_TARGET_DIR="~/cargo/target"
link
mkdir -p ~/cargo/target
export CARGO_TARGET_DIR="~/cargo/target"