diff options
author | Jack Lloyd <[email protected]> | 2019-10-25 08:10:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-10-25 08:10:26 -0400 |
commit | 161a27d7e0c78c3db3a5d3fed087adb26552830a (patch) | |
tree | 7b5a60a4e6c963cc4e90cfe6a10a8504592c16da /src | |
parent | b0ce38cabb70798c554a3ca051c38e100e30d5d8 (diff) |
Upgrade sccache
Also skip agressive compression on the AppVeyor cache because sccache
already compresses the cache...
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/ci/appveyor.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index 76b21ecbf..ad9c34406 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -2,11 +2,8 @@ clone_depth: 5 environment: - - SCCACHE_DIR: C:\Users\appveyor\AppData\Local\Mozilla\sccache\cache - SCCACHE_CACHE_SIZE: 128M - SCCACHE_VERSION: 0.2.10 - APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma -mx=9 + SCCACHE_CACHE_SIZE: 160M + SCCACHE_VERSION: 0.2.12 APPVEYOR_SAVE_CACHE_ON_ERROR: true matrix: |