-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Bump Cirrus image Xcode version #63252
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
|
@jmagman you can re-run the macOS tasks. |
Kicked it off, thank you! |
bd225e2 to
4f688a7
Compare
4f688a7 to
b79424c
Compare
|
Investigating new test failure: |
|
LGTM |
@fkorotkov Sure, I haven't had time to investigate the new test failure. |
|
Seems like the remaining issue is
|
|
@xster That's a known warning, the error is |
|
Flutter only has a x86_64 simulator slice (the arm slice is iphoneos not iphonesimulator). |
|
Filed #64502. |
b79424c to
23866d2
Compare
| 'LANG': 'en_US.UTF-8', | ||
| }, | ||
| // TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502 | ||
| canFail: true, |
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 sucks.
The plugin linter tests are going to hit this problem with Xcode 12, too.
\cc @cyanglaz
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'm not familiar with the syntax. Does "canFail" make the analyzer pass even hitting this problem?
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.
Yes, it's running this check but not failing the test if the linter fails. Flutter is missing an ARM simulator slice, so will fail on Xcode 12.
|
LGTM |
Description
Update Cirrus macOS image to catalina-xcode-12.0-flutter.
Related Issues
#60133