From f1ec1a07659414ff75e3b319c1a7a4ad93b5446c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 19 Aug 2020 15:29:52 +0200 Subject: [PATCH] try use SCCACHE --- ci_scripts/remote_tests_python.sh | 1 + ci_scripts/remote_tests_rust.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ci_scripts/remote_tests_python.sh b/ci_scripts/remote_tests_python.sh index 98ffac7a5..05df27417 100755 --- a/ci_scripts/remote_tests_python.sh +++ b/ci_scripts/remote_tests_python.sh @@ -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 diff --git a/ci_scripts/remote_tests_rust.sh b/ci_scripts/remote_tests_rust.sh index 1f396dd48..0e2ea280f 100755 --- a/ci_scripts/remote_tests_rust.sh +++ b/ci_scripts/remote_tests_rust.sh @@ -20,6 +20,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