From cf6dc8163b825d6e7e2f92f4d9ee4dea64de99cc Mon Sep 17 00:00:00 2001 From: Edouard Oger Date: Fri, 21 Feb 2020 13:57:26 -0500 Subject: [PATCH] Increase the cache size a bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 401ae331a..2dfe9ab3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ commands: # Do not forget to re-export these variables in xc-universal-binary.sh! echo 'export "RUSTC_WRAPPER"="sccache"' >> $BASH_ENV echo 'export "SCCACHE_IDLE_TIMEOUT"="1200"' >> $BASH_ENV - echo 'export "SCCACHE_CACHE_SIZE"="1G"' >> $BASH_ENV + echo 'export "SCCACHE_CACHE_SIZE"="2G"' >> $BASH_ENV echo 'export "SCCACHE_ERROR_LOG"="/tmp/sccache.log"' >> $BASH_ENV echo 'export "RUST_LOG"="sccache=info"' >> $BASH_ENV # Incremental compilation isn't supported by sccache.