engine-flutter-autoroll 25fc01acd1
Roll Engine from dfde2aad73f9 to e4056c51182e (9 revisions) (#100326)
* 7fe613a77 Roll Dart SDK from 5bc905e69609 to ad5a250935d5 (4 revisions) (flutter/engine#32079)

* 3a954ba78 Disable several tests due to flakiness (flutter/engine#32059)

* 05bba9bb2 [web] Log all goldctl commands (flutter/engine#32072)

* 86b2c8d18 Roll Skia from 9301fe3779bb to 02ebd1a23381 (4 revisions) (flutter/engine#32067)

* abb1bce17 Roll Fuchsia Linux SDK from mVqiTwaVa... to RAyopISUl... (flutter/engine#32069)

* 481f4bc2c Roll Fuchsia Mac SDK from vWlaMIVkM... to -JEG0j8mn... (flutter/engine#32077)

* 560243c4a Roll Dart SDK from ad5a250935d5 to 5168cdd236a0 (1 revision) (flutter/engine#32081)

* e2e6b49ee Roll Skia from 02ebd1a23381 to 5e035c66da3c (19 revisions) (flutter/engine#32082)

* e4056c511 ensure _futurize does not leak uncaught errors into the zone (flutter/engine#32070)
2022-03-17 13:37:17 -07:00
..

Flutter SDK dependency versions

The files in this directory specifies pinned versions of various dependencies of the flutter SDK.

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.

Ths bin/internal/flutter_plugins.version file specifies the version of the flutter/plugins repository to be used for testing. The flutter/plugins repository isn't an upstream dependency of flutter/flutter; it is only used as part of the test suite for verification, and the pinned version here makes sure that tests are deterministic at each flutter/flutter commit.