mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
I'm seeing post-submit runs of full clang_tidy taking about ~20-ish minutes excluding queue time, so the premise of https://github.com/flutter/flutter/issues/139769 may be incorrect. In that case, we should re-enable full clang_tidy in presubmit and observe any impacts to queue time. Context is that the clang autoroll became unblocked and landed a roll that passed clang_tidy checks in presubmit, but then failed in post submit: https://github.com/flutter/engine/pull/48817