-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Update xcode to 14c18 for host only bots #125211
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
| dependencies: >- | ||
| [ | ||
| {"dependency": "xcode", "version": "14a5294e"}, | ||
| {"dependency": "xcode", "version": "14c18"}, |
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.
Instead of setting this at the builder level can we just set it once at the top mac_benchmark?
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.
Seems Mac_benchmark flutter_tool_startup__macos doesn't need an xcode. I guess it is okay for it to ask for an xcode if we move to the platform level?
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.
Ah you're right, that one is testing how long the tool itself is taking to update on each host platform.
If we want to coalesce these into platform_properties we can figure that out in a future PR.
jmagman
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, thank you so much @keyonghan!
| dependencies: >- | ||
| [ | ||
| {"dependency": "xcode", "version": "14a5294e"}, | ||
| {"dependency": "xcode", "version": "14c18"}, |
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.
Ah you're right, that one is testing how long the tool itself is taking to update on each host platform.
If we want to coalesce these into platform_properties we can figure that out in a future PR.
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.
|
Yeah, removed the |
jmagman
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.
Looks like the roll succeeded #125271
LGTM!
|
auto label is removed for flutter/flutter, pr: 125211, due to This PR has not met approval requirements for merging. Changes were requested by {jmagman}, please make the needed changes and resubmit this PR.
|
With https://flutter-review.googlesource.com/c/recipes/+/42160, we are ready to make all tests consistent with xcode 14c18.