diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-07-12 15:19:03 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-07-13 11:50:39 -0700 |
commit | 5623fa1b225e9d429f6a0e0440f497306065d9c0 (patch) | |
tree | 02817ae82826d79e8bff507d08cb64e8bc5592c2 /circle.yml | |
parent | 74ef93ab4f5e88d2d111d6400bc8d80642075544 (diff) | |
download | qtlocation-mapboxgl-5623fa1b225e9d429f6a0e0440f497306065d9c0.tar.gz |
[build] Reduce ccache max size
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
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: |