-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Prevent Windows & Linux Cirrus cache from being re-downloaded #50527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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. |
.cirrus.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This worked, guess git wanted forward slashes!
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Looks like flutter_tools.snapshot and flutter_tools.stamp need to be removed before upload, the cache is getting invalidated. |
|
Still LGTM |
| populate_script: | ||
| - git fetch origin | ||
| - git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works. | ||
| - flutter precache --android --ios --web |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--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.
|
Still LGTM. |
|
Abandoning until cirruslabs/cirrus-ci-docs#566 is resolved. |
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