Skip to content

Commit

Permalink
Don't cache the GHC folder
Browse files Browse the repository at this point in the history
Experiments show caching the GHC folder makes appveyor go 2 to 3 minutes slower in the best case, and has a massively higher chance of falling over. Appveyor recommends the cache folders be < 100Mb, which this violates. Appveyor also zips the folders at the end, which is why caching is slower.
  • Loading branch information
ndmitchell committed Oct 26, 2015
1 parent c42f625 commit cf09cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cache:
- "c:\\sr" # stack root, short paths == less problems
- "%LOCALAPPDATA%\\Programs\\stack"

build: off

Expand Down

0 comments on commit cf09cab

Please sign in to comment.