mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Debug cache misses
This commit is contained in:
parent
37e9272f3d
commit
ebae560a57
@ -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
|
||||||
############################
|
############################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user