mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #10528 - larsbergstrom:invalidate_cache, r=edunham
Invalidate appveyor cache when rust or cargo rev r? @edunham AppVeyor builds are currently failing due to exceeding the cache size limits (https://ci.appveyor.com/project/servo/servo/history). This happened after the rustup. This patch should ensure we blow away the cache if the rust or cargo versions change. See: http://help.appveyor.com/discussions/questions/1788-multiple-build-cache-dependencies <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10528) <!-- Reviewable:end -->
This commit is contained in:
commit
ac062931e2
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ platform:
|
|||
- x64
|
||||
|
||||
cache:
|
||||
- .servo
|
||||
- .cargo
|
||||
- .servo -> rust-nightly-date, cargo-nightly-build
|
||||
- .cargo -> rust-nightly-date, cargo-nightly-build
|
||||
|
||||
install:
|
||||
# Check if commit in auto branch exists in master, if exists build will be canceled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue