-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Include Dart SDK arch in package info #97278
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
|
@christopherfujino Is there any way to test this by packaging a commit on master? |
52ff26f to
6a1fa57
Compare
|
Here's a website PR to go along with this one that displays the information flutter/website#6736 |
|
I added unit tests and enabled local testing with commits on master by disabling 'strict' mode when the |
I'd have to look at a recipe, but if you run it in led it might upload it to an experimental (unused) storage bucket, where you can then download it and verify that the contents are correct. This change looks good, but it is blocked by #97536 |
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
6a1fa57 to
96b2aa4
Compare
This PR adds a
dart_sdk_archfield to the description of a release bundle. This field describes the target arch of the bundled Dart SDK. For non-x64 architectures, this arch string is also included in the filename of the release bundle.