From f034cee56c579d89e37aba078cf3ddeb6dcea51e Mon Sep 17 00:00:00 2001 From: Xilai Zhang Date: Wed, 26 Apr 2023 15:58:15 -0700 Subject: [PATCH] [codesign] Add pinned xcode version as property to mac android aot engine (#41518) context: https://github.com/flutter/flutter/issues/125570#issuecomment-1523823942 Pin xcode version for the six sub builds in mac android aot engine --- ci/builders/mac_android_aot_engine.json | 36 ++++++++++++++++++++----- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/ci/builders/mac_android_aot_engine.json b/ci/builders/mac_android_aot_engine.json index 6bb034cc6744d..1db3b2130960a 100644 --- a/ci/builders/mac_android_aot_engine.json +++ b/ci/builders/mac_android_aot_engine.json @@ -32,7 +32,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -67,7 +71,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -102,7 +110,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -136,7 +148,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -171,7 +187,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -206,7 +226,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } } ], "tests": [],