engine-flutter-autoroll d2b86edbd2
Roll engine 3e0cff2a6142..bb2e7a615cb1 (15 commits) (#37058)
3e0cff2a61...bb2e7a615c

git log 3e0cff2a6142c0f07fea7a84a3ceb9e36d1db5bb..bb2e7a615cb19b4ca6e66b5145ed67a6b13760e8 --no-merges --oneline
bb2e7a615 Roll src/third_party/skia 14963cef70cc..ff5d7a2f9033 (4 commits) (flutter/engine#10193)
6b2157f58 Roll fuchsia/sdk/core/linux-amd64 from 4UIZFD0vdZLUDS9k1fP7RRJ1GV48wRQ7-yqjkKVbDvcC to TA0dEf--c1b-EPkEzP27uqiCqVM2Noh-cOraEoXG-kMC (flutter/engine#10190)
69e0800ca [fuchsia] Artifacts now contain gen_snapshot and gen_snapshot_product (flutter/engine#10188)
358c72966 Roll fuchsia/sdk/core/mac-amd64 from sygT6NTtnUPSogR7MOMaqVm49W_8wi57rIJpNpOJ-jQC to 2EmJ-Ug89PGpagl0Me9qokZqsT61PSvUfuZasACGK5AC (flutter/engine#10187)
aea0d7a65 test scenario_app on CI (flutter/engine#10065)
67524615b Add better CIPD docs. (flutter/engine#10185)
f33b2d420 Uncommemt publish to CIPD (flutter/engine#10183)
e10a19fad Roll src/third_party/skia 66ed6a0cad6d..14963cef70cc (9 commits) (flutter/engine#10181)
e1ab0fc31 Roll src/third_party/dart 86dba81dec..0ca1582afd (2 commits) (flutter/engine#10160)
3e3efe4c6 [dart_runner] dart jit runner and dart jit product runner (flutter/engine#10179)
4b587a6c6 Roll fuchsia/sdk/core/linux-amd64 from tKTQX9s1EPV7nn9f81lwxk2xIr3wL220KA6BGv-sceMC to 4UIZFD0vdZLUDS9k1fP7RRJ1GV48wRQ7-yqjkKVbDvcC (flutter/engine#10180)
be9b24569 add suggested changes from flutter roll (flutter/engine#10176)
318c8c533 Roll fuchsia/sdk/core/mac-amd64 from SjR5fqBfe7qxjHNWDZx6381UbPUcw78mDI9dFAIN-Y4C to sygT6NTtnUPSogR7MOMaqVm49W_8wi57rIJpNpOJ-jQC (flutter/engine#10177)
a4778eafb Removed unnecessary call to find the App.framework. (flutter/engine#10178)
2dc03ab51 Added integration test that tests that the first frame callback is called (flutter/engine#10145)

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 (cbracken@google.com), and stop
the roller if necessary.
2019-07-27 01:56:03 -04: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.