diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2021-06-25 21:38:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 21:38:57 +0200 |
commit | 6c5b641dd44a8d174d9bb8da36200e81b16f9ae8 (patch) | |
tree | 4a30ea7ce5b513bd4742f2dd853e4da656400544 | |
parent | 84c8d21ad38ade64444e2394f090b49d2ffb5c51 (diff) |
CI/CircleCI: Force ccache directory (#26625)
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index b8435bf3de9..24f041dc800 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,6 +125,7 @@ jobs: export CCACHE_CPP2=yes export USE_CCACHE=1 export PATH=/usr/lib/ccache:$PATH + export CCACHE_DIR=$HOME/.ccache ccache -z ccache -s git config user.email "circleci@build.bot" && git config user.name "Circle CI" |