mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Try bumping ccache size
This commit is contained in:
parent
dacfc1bde0
commit
01eb8896fb
@ -6,7 +6,7 @@ set -e
|
|||||||
# Setup ccache
|
# Setup ccache
|
||||||
##############
|
##############
|
||||||
export CCACHE_TEMPDIR=/tmp
|
export CCACHE_TEMPDIR=/tmp
|
||||||
ccache -M 1G
|
ccache -M 1.2G
|
||||||
|
|
||||||
# Temporarily uncomment to debug ccache issues
|
# Temporarily uncomment to debug ccache issues
|
||||||
# export CCACHE_LOGFILE=/tmp/cache.debug
|
# export CCACHE_LOGFILE=/tmp/cache.debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user