diff options
author | Jack Lloyd <[email protected]> | 2017-09-28 16:35:14 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-28 16:37:19 -0400 |
commit | e5e50b25ad62dff1d9b6d55a477119dc1e1fb7bd (patch) | |
tree | af8c1eb7cbf0f8b9fad8ffbb4e86ec9f0b0f4a07 /src/scripts/ci/setup_appveyor.bat | |
parent | cf4f5ede383e5b0648984b5a6385c94be5b40be2 (diff) |
Disable clcache on AppVeyor
AppVeyor's sharding of the build cache across VM providers means
the effective cache hit rate is basically zero. So using clcache
just slows down the build without much benefit.
Diffstat (limited to 'src/scripts/ci/setup_appveyor.bat')
-rw-r--r-- | src/scripts/ci/setup_appveyor.bat | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat index d8d3bff77..e3f081773 100644 --- a/src/scripts/ci/setup_appveyor.bat +++ b/src/scripts/ci/setup_appveyor.bat @@ -10,10 +10,3 @@ cl appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip 7z e jom.zip - -nuget install -ExcludeVersion -Version 4.1.0 clcache - -set PATH=%PATH%;clcache\clcache-4.1.0 - -rem We rely on LZMA compression to stay under appveyors cache limit -clcache -M 536870912 |