mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The clang-tidy shards have crept up to 60 minutes on some runs. This PR will bring them back down to around 30 minutes. It does this by sharding the work for Mac/Linux `host_debug` across 4 shards. The clang-tidy work for ios/Android remains constrained to one shard. Unfortunately, the clang-tidy script sharding isn't smart enough to allow the ios/Android shards to participate in the `host_debug` sharding. This PR leaves that shard as-is, but we could further improve the runtime there if needed.