From 142a7bc1e3c5d706c8cacbf1ab42e227972f4d34 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 14 Apr 2023 11:49:08 -0700 Subject: [PATCH] Run clang tidy builds on arm Macs (flutter/engine#41183) Intel Mac capacity is limited. Swap the two Mac clang-tidy builders to arm bots. The clang-tidy linter should run with arm natively. ### Mac Host clang-tidy Prod x64: https://ci.chromium.org/p/flutter/builders/prod/Mac%20Host%20clang-tidy/3318 Execution 35 mins 2 secs This PR arm: https://ci.chromium.org/p/flutter/builders/try/Mac%20Host%20clang-tidy/8087 Execution 36 mins 30 secs (this hit an Xcode cache miss which added 4 minutes) ### Mac iOS clang-tidy Prod x64: https://ci.chromium.org/p/flutter/builders/prod/Mac%20iOS%20clang-tidy/3303 Execution 11 mins 57 secs This PR arm: https://ci.chromium.org/p/flutter/builders/try/Mac%20iOS%20clang-tidy/8087 Execution 18 mins 10 secs (this hit an Xcode cache miss which added 5 minutes) --- engine/src/flutter/.ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index a65a5ae2cf..fb69fa6203 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -390,7 +390,8 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" - cores: "12" + cores: "8" + cpu: arm64 lint_host: "true" lint_ios: "false" timeout: 75 @@ -412,6 +413,7 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" + cpu: arm64 lint_host: "false" lint_ios: "true" timeout: 75