-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Update pod repo to pull the latest Flutter pods in plugin_lint_mac
#112237
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
|
|
||
| - name: Mac plugin_lint_mac | ||
| recipe: devicelab/devicelab_drone | ||
| bringup: true # Flaky https://github.com/flutter/flutter/issues/112146 |
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.
Make this run in presubmit.
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.
Do you want this as a temp presubmit check validation (seems it passes) or want to remove the flake flag as it is in this PR? Wondering if you want to have this target to go through the flake validation workflow.
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.
I was going to revert it in this PR in case this didn't solve the flake. Just first wanted it to run in try, which I think it won't if bringup is true?
It passed:
https://ci.chromium.org/p/flutter/builders/try/Mac%20plugin_lint_mac/18408
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.
Reverted.
keyonghan
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
Make sure the latest publish Flutter pods are downloaded to use in the plugin
pod lib linttests. I think some builders have an old version of FlutterMacOS cached, which does not contain an arm slice.Fixes #112146 (hopefully).
I recently had to do something similar in #111714.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.