Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#41398 - aidanhs:aphs-no-git-caches-again, r…
…=alexcrichton Disable git caches again The appveyor ones aren't working anyway (I need to talk to appveyor about them being corrupt) and the travis cache is taking too long to restore and is being killed, which is sometimes causing bad things to happen because the integrity checking made assumptions that restore was atomic. I could fix the integrity checks, but we clearly need a different approach if restore is taking too long. Let's disable it all for now.
- Loading branch information