try use SCCACHE

This commit is contained in:
holger krekel
2020-08-19 15:29:52 +02:00
parent fc2367894b
commit f1ec1a0765
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ echo "--- Running $CIRCLE_JOB remotely"
ssh $SSHTARGET <<_HERE
set +x -e
export RUSTC_WRAPPER=\`which sccache\`
cd $BUILDDIR
# let's share the target dir with our last run on this branch/job-type
# cargo will make sure to block/unblock us properly