engine-flutter-autoroll 43b03127d4
Roll engine 8591bd32e6b6..f3761ba8d01f (4 commits) (#35154)
8591bd32e6...f3761ba8d0

git log 8591bd32e6b6cac4fe4e7487c3babdb907f459a3..f3761ba8d01fc6213db44b702c3c38bfdc5c887a --no-merges --oneline
f3761ba8d Roll fuchsia/sdk/core/mac-amd64 from pWygawI3vBzP9dYloEvKka8r1p0NpLLZzZQ-yMYI1UIC to ZZsO1TTl-976ngr5N8h6rRvXTbMO_3qyKDpbeOhE0dwC (flutter/engine#9510)
a83fe3e56 Roll Fuchsia SDK to latest (flutter/engine#9509)
63c2c3316 Improve caching limits for Skia (flutter/engine#9503)
8876f6e4b Revert Skia version to d8f79a27b06b5bce7a27f89ce2d43d39f8c058dc (flutter/engine#9507)

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 (chinmaygarde@google.com), and stop
the roller if necessary.
2019-06-26 23:27:39 -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.