Conversation
|
auto label is removed for flutter/flutter/151539, due to - The status or check suite Mac_arm64 run_debug_test_macos has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
|
As far as I can tell from https://github.com/flutter/flutter/blob/32c0c39ea5d81f0c9b3e51a513c76c4ca3d5d111/packages/flutter_tools/lib/src/update_packages_pins.dart they are currently not excluded. Should they be pinned to always require manual intervention to roll them? cc @christopherfujino who may have more context. |
I don't have more context, I would echo what Michael said, if we want to ensure the autoroller is not rolling these, we should pin them in the library he linked. |
Stop trying to roll the dependencies for native assets automatically. They are under active development (pre 1.0.0), and have frequent breaking changes. I'll be rolling these manually. (We have the same setup in the Dart SDK, not auto-rolling dart-lang/native via DEPS.) Related comment: * #151539 (comment)
This PR was generated by
flutter update-packages --force-upgrade.