summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-12 15:19:03 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-12 17:08:24 -0700
commit4cbf533667f01a685f7768dd56d4c1f8c7722028 (patch)
tree5dd5ad5bcc7d542c06ed85e30e80b18b9193ac58
parentadc4b04aa01392e1701d05cbeff71c72a10ac651 (diff)
downloadqtlocation-mapboxgl-upstream/ci-caching-improvements.tar.gz
[build] Reduce ccache max sizeupstream/ci-caching-improvements
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b99aa4efbe..e990eed401 100644
--- a/circle.yml
+++ b/circle.yml
@@ -83,12 +83,12 @@ step-library:
echo "$CIRCLE_MERGE_BASE"
echo "${CIRCLE_MERGE_BASE:master}" > .circle-merge-base
ccache --clear
- ccache --max-size=5G
- &reset-ccache-stats
run:
name: Clear ccache statistics
command: |
ccache --zero-stats
+ ccache --max-size=2G
ccache --show-stats
- &show-ccache-stats
run: