gaaclarke
gaaclarke
I think designating this as a "Feature Request" belies the severity of the issue. This is one of those things that developers don't take seriously but designers/users lose their minds....
Here is a successful run from yesterday, it doesn't print out that warning at the clobber step: https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20Engine%20Drone/856718/overview That seems to indicate that is a valid warning that should be...
I'm dropping this to p1 since it seems that when you play bot roulette you may get one not in a bad state.
I don't understand the code, but would it be preferable not to revert that CL? It seems like slower but more correct builds would be preferable. An optimization that requires...
https://github.com/flutter/engine/pull/49248 landed yesterday. I'm not sure if that has addressed the issue though.
I mentioned this in another thread, but I have a speculative fix for this. The clang crash is happening when cross compiling on an x64 machine for arm64. I hypothesize...
I just saw this show up on `build804-m9` ( https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Production%20Engine%20Drone/332573/overview )
Notes: - So, the steps chris gave seemed to explain how to branch the recipes repository and link it to an engine branch. We created a branch of the engine...
The process seemed to work correctly up until the skia gold bot. Goldens were generated with the proper name addition. The bot didn't seem to pick up the new images...
Looks like we need a change in cocoon. This logic appears to be skipping the skia gold bot reporting a diff. https://github.com/flutter/cocoon/blob/9dd49cd93309b4d737d244e34d699f448e6ef17b/app_dart/lib/src/request_handlers/push_gold_status_to_github.dart#L86 I'm not sure if manually going in and...