Debug cache misses

This commit is contained in:
Matthias Kuhn 2017-10-29 09:51:51 +01:00
parent 37e9272f3d
commit ebae560a57

View File

@ -7,6 +7,9 @@ set -e
############## ##############
export CCACHE_TEMPDIR=/tmp export CCACHE_TEMPDIR=/tmp
ccache -M 500M ccache -M 500M
# Temporarily uncomment to debug ccache issues
# export CCACHE_LOGFILE=/tmp/cache.debug
ccache -z ccache -z
############################ ############################
@ -58,6 +61,11 @@ echo "${bold}Building QGIS...${endbold}"
${CTEST_BUILD_COMMAND} ${CTEST_BUILD_COMMAND}
echo "travis_fold:end:ninja-build.1" 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 # Restore postgres test data
############################ ############################