We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0459 commit 0c63187Copy full SHA for 0c63187
ci/test/06_script_a.sh
@@ -7,10 +7,7 @@
7
export LC_ALL=C.UTF-8
8
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
+DOCKER_EXEC "ccache --zero-stats --max-size=$CCACHE_SIZE"
14
15
BEGIN_FOLD autogen
16
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"
+DOCKER_EXEC "ccache --version | head -n 1 && ccache --show-stats"
51
0 commit comments