Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 69645ed

Browse files
authored
Run clang tidy builds on arm Macs (#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)
1 parent a74da5d commit 69645ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ targets:
390390
recipe: engine/engine_lint
391391
properties:
392392
add_recipes_cq: "true"
393-
cores: "12"
393+
cores: "8"
394+
cpu: arm64
394395
lint_host: "true"
395396
lint_ios: "false"
396397
timeout: 75
@@ -412,6 +413,7 @@ targets:
412413
recipe: engine/engine_lint
413414
properties:
414415
add_recipes_cq: "true"
416+
cpu: arm64
415417
lint_host: "false"
416418
lint_ios: "true"
417419
timeout: 75

0 commit comments

Comments
 (0)