-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Remove release_build: "false"
which is interpreted as true
due to a recipes bug.
#168098
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
Remove release_build: "false"
which is interpreted as true
due to a recipes bug.
#168098
Conversation
thank you! |
autosubmit label was removed for flutter/flutter/168098, because - The status or check suite Mac framework_tests_impeller has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
autosubmit label was removed for flutter/flutter/168098, because - The status or check suite Linux linux_fuchsia_tests has failed. Please fix the issues identified (or deflake) before re-applying this label. |
… a recipes bug. (flutter#168098) Mitigates flutter#168088. The non-existence of `properties: release_build: "true"` is the same thing as `false`. I'll fix the recipe, but this is better for now. /cc @sigmundch for FYI.
…ue` due to a recipes bug. (flutter/flutter#168098)
…e` due to a recipes bug. (#168147) This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request) Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request. ### Issue Link: What is the link to the issue this cherry-pick is addressing? #168098 ### Changelog Description: Explain this cherry pick in one line that is accessible to most Flutter developers. See [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples N/A ### Impact Description: What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch) Works around infrastructure bug that would cause the release build process for release candidates to take longer than expected. ### Workaround: Is there a workaround for this issue? Yes, wait longer. ### Risk: What is the risk level of this cherry-pick? ### Test Coverage: Are you confident that your fix is well-tested by automated tests? ### Validation Steps: What are the steps to validate that this fix works? Already validated on master.
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
…ue` due to a recipes bug. (flutter/flutter#168098)
Mitigates #168088.
The non-existence of
properties: release_build: "true"
is the same thing asfalse
.I'll fix the recipe, but this is better for now.
/cc @sigmundch for FYI.