-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add dimenstion for arm packaging #122770
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
Add dimenstion for arm packaging #122770
Conversation
| tags: > | ||
| ["framework", "hostonly", "shard", "mac"] | ||
| dimensions: | ||
| cpu: "arm64" |
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'll defer final approval. This file is confusing however, I see arm64 being specified under cpu: arm64 https://github.com/flutter/flutter/blob/master/.ci.yaml#L90 and properties.tags: ["arm64"] https://github.com/flutter/flutter/blob/master/.ci.yaml#L3331, and then here under dimensions.cpu: arm64.
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.
Umm that's true, if it is specified in the general properties it should have been inherited
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.
To keep the dart internal builds simple they do not implement the logic post-process the ci.yaml file. They only see the specific target information.
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.
By the way we have an open bug to simplify properties and dimensions across flutter-infra, ci.yaml and cocoon. Turns out we have different implementations on those 3 places.
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.
Thanks for explaining! Didn't know dart internal uses a different parser for yaml
Add dimenstion for arm packaging
Add dimenstion for arm packaging
context: #122769