72341ed032...89142b55db
git log 72341ed032867b36ba97b05c5e3b76af0a197ba5..89142b55db0de1b9c823b855de9489b69ec28db8 --no-merges --oneline
89142b55d Roll fuchsia/sdk/core/linux-amd64 from RfQgXVCVII4_oiWfVIkIMMVepj5wklCOhiClVRyYNucC to NrExSKBKIhY3SnE4sD0-vHjEMCBYYffzarRM2rWONUUC (flutter/engine#10131)
44cf59c38 Roll fuchsia/sdk/core/mac-amd64 from gvGDLzElkEmPrBTbtjW6rhPqr78z-b4ytTxE2k58CFAC to 9EcA--gzHNo80R_fAuB_Tq7ECubTP0Uz3UrycPIvRpsC (flutter/engine#10130)
fcd67323b [fuchsia] Use the patched sdk to generate the flutter jit runner far (flutter/engine#10122)
cfd43a105 Roll fuchsia/sdk/core/linux-amd64 from gTG1jp04GzBudVJqRxulXYOEQgbYTUQgnqLDYAq7z3sC to RfQgXVCVII4_oiWfVIkIMMVepj5wklCOhiClVRyYNucC (flutter/engine#10126)
936c74dfc Roll fuchsia/sdk/core/mac-amd64 from UCAnzi4k9pA30l_iZ2Ru51Tc3Ke6iacIdjFMgVUVdRMC to gvGDLzElkEmPrBTbtjW6rhPqr78z-b4ytTxE2k58CFAC (flutter/engine#10121)
aaf6bad4b Fixed memory leak with engine registrars. (flutter/engine#10068)
4bf81b8cf [fuchsia] Use manifest file to better replicate the existing build (flutter/engine#10102)
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.
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.