Skip to content

Commit

Permalink
increase cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent d9d3274 commit e7485af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/docker-qgis-build.sh
Expand Up @@ -6,7 +6,8 @@ set -e
# Setup ccache
##############
export CCACHE_TEMPDIR=/tmp
ccache -M 1.2G
# Github workflow cache max size is 2.0, but ccache data get compressed (roughly 1/5?)
ccache -M 2.0G

# Temporarily uncomment to debug ccache issues
# export CCACHE_LOGFILE=/tmp/cache.debug
Expand Down

0 comments on commit e7485af

Please sign in to comment.