From 4b91670ed61b7af1016136c3923f343d2f3017e2 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 31 Jan 2021 16:15:46 +0100 Subject: [PATCH] CI/CircleCI: Show at the end of the build ccache stats of current build (cherry picked from commit 0dee695f3bf1e7eea8082f84e1c552c03a137dab) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d7a856a67..4d75ee671b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,6 +120,7 @@ jobs: export CCACHE_CPP2=yes export USE_CCACHE=1 export PATH=/usr/lib/ccache:$PATH + ccache -z ccache -s git config user.email "circleci@build.bot" && git config user.name "Circle CI" $CXX --version