Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
1 deletion.
-
+2
−1
.docker/docker-qgis-build.sh
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.