flutter/bin/internal
engine-flutter-autoroll c27d10bf46
Roll engine 0e500daac83b..df79d63a7387 (20 commits) (#32253)
0e500daac8...df79d63a73

git log 0e500daac83b5ed3ba20a8d9452bfaa15b996ede..df79d63a7387cbd83d550a98972dd7cdb64a8189 --no-merges --oneline
df79d63a7 Roll src/third_party/skia 9f0eeac8204f..056944747072 (4 commits) (flutter/engine#8882)
5a045dd1f Log instead of throwing (flutter/engine#8881)
7e05f94ca Roll src/third_party/skia b0d8b76c4f62..9f0eeac8204f (4 commits) (flutter/engine#8879)
e7b944259 Roll src/third_party/skia d05c5eec42e9..b0d8b76c4f62 (1 commits) (flutter/engine#8877)
b226f25cc Roll src/third_party/skia d699a66fa220..d05c5eec42e9 (2 commits) (flutter/engine#8876)
4be57cf7f Roll src/third_party/skia 5f2807b71e71..d699a66fa220 (1 commits) (flutter/engine#8875)
bd3287522 Roll src/third_party/dart 821c75c584..3173e594ba (9 commits)
53309f81c Roll src/third_party/dart 36c315eacc..821c75c584 (2 commits)
bde63ebdc Roll buildroot to pull in Fuchsia SDK flag updates. (flutter/engine#8870)
f6e6d3986 Wire up Fuchsia SDK related updated for shell dependencies. #8869
444925f13 Roll src/third_party/dart cdabea8fe2..36c315eacc (17 commits)
3f9de1abb Roll src/third_party/skia 77af4ecd3546..5f2807b71e71 (3 commits) (flutter/engine#8866)
10cbdd49d Add resize functions to GLFW shell (flutter/engine#8864)
62ab9c7b8 Provide access to GLFW window in plugins (flutter/engine#8806)
4d830d2c9 Roll src/third_party/skia 7d2ad0fdef01..77af4ecd3546 (9 commits) (flutter/engine#8862)
3671182a9 Get prebuilt Dart via CIPD (flutter/engine#8859)
07bb4f9cd Roll src/third_party/dart 125c5cbf4a..cdabea8fe2 (4 commits)
7bcb665e7 Roll src/third_party/dart 67df3ff878..125c5cbf4a (6 commits) (flutter/engine#8856)
94b40540b Roll src/third_party/skia 2f3637bf2ed4..7d2ad0fdef01 (1 commits) (flutter/engine#8857)
2c2f060b7 Roll src/third_party/skia 719a69ca5a6d..2f3637bf2ed4 (2 commits) (flutter/engine#8855)

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-05-07 17:21:39 -04:00
..
engine.merge_method Switch engine.merge_method back to squash (#24319) 2018-11-13 17:12:36 -08:00
engine.version Roll engine 0e500daac83b..df79d63a7387 (20 commits) (#32253) 2019-05-07 17:21:39 -04:00
fuchsia-linux.version [flutter_tool] Pull the right Fuchsia SDK for the platform (#31998) 2019-05-02 15:26:59 -07:00
fuchsia-mac.version [flutter_tool] Pull the right Fuchsia SDK for the platform (#31998) 2019-05-02 15:26:59 -07:00
goldens.version Center iOS caret, remove constant offsets that do not scale (#31687) 2019-04-30 17:41:01 -07:00
gradle_wrapper.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
material_fonts.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
README.md Add engine merge method configuration (#23953) 2018-11-07 13:06:38 -08:00
update_dart_sdk.ps1 Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
update_dart_sdk.sh Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07: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.