engine-flutter-autoroll 50d2d260c7
Roll engine 83239e141b09..cd0de779eadd (9 commits) (#26115)
83239e141b...cd0de779ea

git log 83239e141b090aabe0e95fe8be8057c5710be89e..cd0de779eadd367531df00b6ff693b02009595e8 --no-merges --oneline
cd0de779e Roll src/third_party/skia 5e710e13a55b..125f76790131 (1 commits) (flutter/engine#7379)
7ded1d3d6 Roll src/third_party/skia 3d5b488e5cd7..5e710e13a55b (1 commits) (flutter/engine#7378)
bcc7dcbe7 Revert "Test SDK roll" (flutter/engine#7374)
ee83c383b Roll src/third_party/skia 275eaff3be4b..3d5b488e5cd7 (9 commits) (flutter/engine#7372)
a4450af55 Dart SDK roll for 2019-01-04
b35f021a8 Update GetCallbackHandle to use Dart_IsTearOff instead of a string comparison (flutter/engine#7324)
4ea457355 Roll src/third_party/skia 18df87ec8bda..275eaff3be4b (7 commits) (flutter/engine#7369)
27eaab4f6 Roll src/third_party/skia 5f1692c60a43..18df87ec8bda (12 commits) (flutter/engine#7368)
9fb8f8bdf Roll src/third_party/skia c519fed6ddce..5f1692c60a43 (1 commits) (flutter/engine#7367)

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 (amirha@google.com), and stop
the roller if necessary.
2019-01-05 07:12:28 -05:00
..
2018-12-18 20:36:35 -08: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.