Zachary Anderson
Zachary Anderson
It looks like there's a need for a few migrations to get the sample app to build against the master channel. Currently, the iOS build fails, at least.
It looks like this CL (https://flutter-review.git.corp.google.com/c/recipes/+/36801) added 10 minutes to the Linux Host Engine build times. I left a DBC on the CL suggesting some alternatives to keep the cycle...
### issue_link https://github.com/flutter/flutter/issues/117428 ### Commit Hash https://github.com/flutter/engine/commit/30c02e4c8b01380f6e1457af141c694d02798fd7 ### Target stable ### pr_link https://github.com/flutter/engine/pull/39140 ### Impacted Users Impeller users transforming text ### Impact Description Impeller text rendering does not respect transforms,...
### issue_link N/A ### Commit Hash https://github.com/flutter/engine/commit/730e88fb67878fbfdb9bb60545fecdb2990bc9fd ### Target stable ### pr_link https://github.com/flutter/engine/pull/39096 ### Impacted Users Impeller users ### Impact Description The fix from https://github.com/flutter/engine/pull/38964 was incomplete, and left open...
### issue_link https://github.com/flutter/flutter/issues/118847 ### Commit Hash https://github.com/flutter/engine/commit/42eec6280719394db1b30bf3284b3fc7780588cb ### Target stable ### pr_link https://github.com/flutter/engine/pull/39079 ### Impacted Users Impeller users using custom shaders ### Impact Description Custom shaders do not display correctly...
Sample logs: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8790775366896723393/+/u/test:_Host_Tests_for_host_debug_unopt/stdout?format=raw Starting in https://github.com/flutter/engine/pull/39212, but not failing in the attempt at https://github.com/flutter/engine/pull/39204, so it's due to one of these commits: ``` 2023-01-27 [[email protected]](mailto:[email protected]) Reland "Seed coords earlier in...
Failures like the following are currently happening several times a day: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20Fuchsia%20FEMU/27238/overview The error message is: ``` Timed out waiting for the ffx daemon on the Overnet mesh over socket...
Similar to https://github.com/flutter/flutter/issues/119631 When running on an arm64 mac, the code here: https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/flutter_deps/api.py#115 attempts to fetch a mac_arm64 openjdk, which is not in CIPD, and fails. This issue could also...
In particular, Flutter recipes currently use the logic here: https://fuchsia.googlesource.com/infra/recipes/+/refs/heads/main/recipe_modules/goma/api.py#105, which fails on an arm64 mac because the mac_arm64 binary does not exist in CIPD. This issue could also be...
See: https://ci.chromium.org/ui/p/flutter/builders/prod/Windows%20framework_tests_libraries/9200/overview https://flutter-gold.skia.org/detail?test=material.flexible_space_bar_stretch_mode.blur_background&digest=682f7daddc094a52ba1d2ee688b6ee9e The diffs are occurring on an engine roll that appears unrelated, and there were no diffs flagged in presubmit.