From a3deb107440018697261f960bd25b2cc4a290144 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Thu, 13 Apr 2023 17:53:01 -0700 Subject: [PATCH 1/2] Run clang tidy builds on arm Macs --- .ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index c89b7890e8df5..e5b86427efc27 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -383,7 +383,7 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" - cores: "12" + cpu: arm64 lint_host: "true" lint_ios: "false" timeout: 75 @@ -405,6 +405,7 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" + cpu: arm64 lint_host: "false" lint_ios: "true" timeout: 75 From 7677a5576874c6859c9c4bc59f61f201ddd7d220 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Thu, 13 Apr 2023 17:56:08 -0700 Subject: [PATCH 2/2] Add back cores dimension --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index e5b86427efc27..7e7d96837da43 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -383,6 +383,7 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" + cores: "8" cpu: arm64 lint_host: "true" lint_ios: "false"