CI/CircleCI: Force ccache directory (#26625)

(cherry picked from commit 6c5b641dd44a8d174d9bb8da36200e81b16f9ae8)
This commit is contained in:
Giacomo Pozzoni
2022-03-11 13:31:18 +01:00
committed by Shauren
parent a85e77b47a
commit 8b1be7bbfc
+1
View File
@@ -131,6 +131,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 "[email protected]" && git config user.name "Circle CI"