-
Notifications
You must be signed in to change notification settings - Fork 6k
Re-add package tar to DEPS #46190
Re-add package tar to DEPS #46190
Conversation
A partial roll of the Dart SDK removed a manually added third-party dependency on package tar, since the roll was to an earlier SDK version that didn't have the new package. Relanding the package addition from flutter#46140 that was partially reverted by autoroll flutter#46176 This should not happen again, because the next Dart SDK dev version should include the new package.
dcharkes
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.
Thanks @whesse !
|
Yeah - thanks! |
…135304) flutter/engine@b642e4f...9d06c17 2023-09-22 [email protected] Roll Dart SDK from 6bde93a6e56f to 4ddff752a6b0 (1 revision) (flutter/engine#46193) 2023-09-22 [email protected] Re-add package tar to DEPS (flutter/engine#46190) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
| 'src/third_party/dart/third_party/pkg/string_scanner': | ||
| Var('dart_git') + '/string_scanner.git@da9142cf9809e7e1364144b8193ec60d87f0a4b8', | ||
|
|
||
| 'src/third_party/dart/third_party/pkg/tar': |
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 needs to be added outside of automatically-maintained list of dependencies. Otherwise it will be automatically removed by next dart->engine roller.
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.
Even when the package is part of the dart sdk DEPS?
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.
It won't be removed by the roller, now that it is in the SDK DEPS. The previous rolls rolled versions from before it landed.
…lutter#135304) flutter/engine@b642e4f...9d06c17 2023-09-22 [email protected] Roll Dart SDK from 6bde93a6e56f to 4ddff752a6b0 (1 revision) (flutter/engine#46193) 2023-09-22 [email protected] Re-add package tar to DEPS (flutter/engine#46190) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
A partial roll of the Dart SDK removed a manually added third-party dependency on package tar, since the roll was to an earlier SDK version that didn't have the new package. Relanding the package addition from #46140 that was partially reverted by autoroll #46176 This should not happen again, because the next Dart SDK dev version should include the new package. Manual addition of new packages from Dart SDK DEPS to Flutter engine DEPS is needed because the autoroller cannot add new packages. An early signal that this needs done is failures on the monorepo builders that build the main branches of Dart SDK, Flutter engine, and Flutter framework together. This PR will fix those failures, and allow the next autoroll to succeed.
A partial roll of the Dart SDK removed a manually added third-party dependency on package tar, since the roll was to an earlier SDK version that didn't have the new package.
Relanding the package addition from
#46140
that was partially reverted by autoroll
#46176
This should not happen again, because the next Dart SDK dev version should include the new package.
Manual addition of new packages from Dart SDK DEPS to Flutter engine DEPS is needed because the autoroller cannot add new packages. An early signal that this needs done is failures on the monorepo builders that build the main branches of Dart SDK, Flutter engine, and Flutter framework together. This PR will fix those failures, and allow the next autoroll to succeed.