mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
try use SCCACHE
This commit is contained in:
@@ -24,6 +24,7 @@ echo "--- Running $CIRCLE_JOB remotely"
|
|||||||
|
|
||||||
ssh $SSHTARGET <<_HERE
|
ssh $SSHTARGET <<_HERE
|
||||||
set +x -e
|
set +x -e
|
||||||
|
export RUSTC_WRAPPER=\`which sccache\`
|
||||||
cd $BUILDDIR
|
cd $BUILDDIR
|
||||||
# let's share the target dir with our last run on this branch/job-type
|
# let's share the target dir with our last run on this branch/job-type
|
||||||
# cargo will make sure to block/unblock us properly
|
# cargo will make sure to block/unblock us properly
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ echo "--- Running $CIRCLE_JOB remotely"
|
|||||||
|
|
||||||
ssh $SSHTARGET <<_HERE
|
ssh $SSHTARGET <<_HERE
|
||||||
set +x -e
|
set +x -e
|
||||||
|
export RUSTC_WRAPPER=\`which sccache\`
|
||||||
cd $BUILDDIR
|
cd $BUILDDIR
|
||||||
# let's share the target dir with our last run on this branch/job-type
|
# let's share the target dir with our last run on this branch/job-type
|
||||||
# cargo will make sure to block/unblock us properly
|
# cargo will make sure to block/unblock us properly
|
||||||
|
|||||||
Reference in New Issue
Block a user