File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
BITCOIN_CONFIG_ALL=" --disable-dependency-tracking --prefix=$DEPENDS_DIR /$HOST --bindir=$BASE_OUTDIR /bin --libdir=$BASE_OUTDIR /lib"
10
+ DOCKER_EXEC " command -v ccache > /dev/null && ccache --zero-stats"
10
11
if [ -z " $NO_DEPENDS " ]; then
11
12
DOCKER_EXEC ccache --max-size=$CCACHE_SIZE
12
13
fi
@@ -44,3 +45,7 @@ trap 'DOCKER_EXEC "cat ${BASE_SCRATCH_DIR}/sanitizer-output/* 2> /dev/null"' ERR
44
45
BEGIN_FOLD build
45
46
DOCKER_EXEC make $MAKEJOBS $GOAL || ( echo " Build failure. Verbose build follows." && DOCKER_EXEC make $GOAL V=1 ; false )
46
47
END_FOLD
48
+
49
+ BEGIN_FOLD ccache_stats
50
+ DOCKER_EXEC " command -v ccache > /dev/null && ccache --version | head -n 1 && ccache --show-stats"
51
+ END_FOLD
You can’t perform that action at this time.
0 commit comments