Skip to content

Commit

Permalink
Debug cache misses
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 29, 2017
1 parent 37e9272 commit ebae560
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/travis/linux/docker-build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ set -e
##############
export CCACHE_TEMPDIR=/tmp
ccache -M 500M

# Temporarily uncomment to debug ccache issues
# export CCACHE_LOGFILE=/tmp/cache.debug
ccache -z

############################
Expand Down Expand Up @@ -58,6 +61,11 @@ echo "${bold}Building QGIS...${endbold}"
${CTEST_BUILD_COMMAND}
echo "travis_fold:end:ninja-build.1"

# Temporarily uncomment to debug ccache issues
# echo "travis_fold:start:ccache-debug"
# cat /tmp/cache.debug
# echo "travis_fold:end:ccache-debug"

############################
# Restore postgres test data
############################
Expand Down

0 comments on commit ebae560

Please sign in to comment.