Prevent Windows & Linux Cirrus cache from being re-downloaded#50527
Closed
jmagman wants to merge 3 commits intoflutter:masterfrom
Closed
Prevent Windows & Linux Cirrus cache from being re-downloaded#50527jmagman wants to merge 3 commits intoflutter:masterfrom
jmagman wants to merge 3 commits intoflutter:masterfrom
Conversation
Contributor
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
jmagman
commented
Feb 11, 2020
.cirrus.yml
Outdated
Member
Author
There was a problem hiding this comment.
This worked, guess git wanted forward slashes!
Member
Author
|
Looks like flutter_tools.snapshot and flutter_tools.stamp need to be removed before upload, the cache is getting invalidated. |
Contributor
|
Still LGTM |
jmagman
commented
Feb 12, 2020
| populate_script: | ||
| - git fetch origin | ||
| - git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works. | ||
| - flutter precache --android --ios --web |
Member
Author
There was a problem hiding this comment.
--android and --ios are true by default but the precache flags are confusing, so don't make it look like we're just caching web.
Contributor
|
Still LGTM. |
Member
Author
|
Abandoning until cirruslabs/cirrus-ci-docs#566 is resolved. |
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
git clean -xffd --exclude=bin\cache\wasn't working on Windows:Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change