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-13 11:50:39 -0700
commit5623fa1b225e9d429f6a0e0440f497306065d9c0 (patch)
tree02817ae82826d79e8bff507d08cb64e8bc5592c2
parent74ef93ab4f5e88d2d111d6400bc8d80642075544 (diff)
downloadqtlocation-mapboxgl-5623fa1b225e9d429f6a0e0440f497306065d9c0.tar.gz
[build] Reduce ccache max size
-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: