mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Increase ccache size
This commit is contained in:
parent
ebae560a57
commit
20f2a14620
@ -6,7 +6,7 @@ set -e
|
||||
# Setup ccache
|
||||
##############
|
||||
export CCACHE_TEMPDIR=/tmp
|
||||
ccache -M 500M
|
||||
ccache -M 1G
|
||||
|
||||
# Temporarily uncomment to debug ccache issues
|
||||
# export CCACHE_LOGFILE=/tmp/cache.debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user