From d7fe0bbc7227d7f57043a686bac7bd9bb9e49642 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 6 Mar 2018 11:11:33 +0100 Subject: Increase ccache size. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 45a26fa8..263cb700 100644 --- a/circle.yml +++ b/circle.yml @@ -102,7 +102,7 @@ jobs: key: ccache-{{ arch }}- - run: name: Configure ccache - command: ccache -M 80M && ccache -c && ccache -s && ccache -z + command: ccache -M 200M && ccache -c && ccache -s && ccache -z - run: name: Build command: | -- cgit