File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
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"
11
- if [ -z " $NO_DEPENDS " ]; then
12
- DOCKER_EXEC ccache --max-size=$CCACHE_SIZE
13
- fi
10
+ DOCKER_EXEC " ccache --zero-stats --max-size=$CCACHE_SIZE "
14
11
15
12
BEGIN_FOLD autogen
16
13
if [ -n " $CONFIG_SHELL " ]; then
@@ -47,5 +44,5 @@ DOCKER_EXEC make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows
47
44
END_FOLD
48
45
49
46
BEGIN_FOLD ccache_stats
50
- DOCKER_EXEC " command -v ccache > /dev/null && ccache --version | head -n 1 && ccache --show-stats"
47
+ DOCKER_EXEC " ccache --version | head -n 1 && ccache --show-stats"
51
48
END_FOLD
You can’t perform that action at this time.
0 commit comments