engine-flutter-autoroll 0b953f92b6
Roll engine 70a1106b509e..22fc02028306 (10 commits) (#24118)
70a1106b50...22fc020283

git log 70a1106b509e..22fc02028306 --no-merges --oneline
22fc02028 Roll src/third_party/skia fa8898747551..5d58d09ae77d (4 commits) (flutter/engine#6796)
d372d56ae Roll src/third_party/skia 23d1f94faac1..fa8898747551 (1 commits) (flutter/engine#6794)
8f105d79c Roll src/third_party/skia 2f8889b876d3..23d1f94faac1 (1 commits) (flutter/engine#6793)
0ce31d660 Roll src/third_party/skia 71bcc7d63f8c..2f8889b876d3 (1 commits) (flutter/engine#6792)
09ff6dc47 avoid overreleasing FlutterView (flutter/engine#6791)
bd793c011 Roll src/third_party/skia f49563bf9276..71bcc7d63f8c (3 commits) (flutter/engine#6790)
c8da28826 Roll Dart version to 9c07fb64c48adb3d6fde50bab6b8b641c5b67683 (flutter/engine#6788)
94dd7165e Skia Cleanup (flutter/engine#6786)
547b8585e Roll src/third_party/skia b52c273d3f05..f49563bf9276 (7 commits) (flutter/engine#6785)
b6f76e07a Delete unused license goldens and add check (flutter/engine#6784)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-08 14:27:28 -05:00
..

Dart SDK dependency

The bin/internal/engine.version file controls which version of the Flutter engine to use. The file contains the commit hash of a commit in the https://github.com/flutter/engine repository. That hash must have successfully been compiled on https://build.chromium.org/p/client.flutter/ and had its artifacts (the binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud Storage.

The /bin/internal/engine.merge_method file controls how we merge a pull request created by the engine auto-roller. If it's squash, there's only one commit for a pull request no matter how many engine commits there are inside that pull request. If it's rebase, the number of commits in the framework is equal to the number of engine commits in the pull request. The latter method makes it easier to detect regressions but costs more test resources.