Commit 25c084a7 by Yuly Novikov Committed by Commit Bot

Update Xcode used by standalone Mac builders to 12.4

12D4e is latest Xcode 12.4 as of http://crrev.com/c/2715984 Bug: angleproject:2634 Change-Id: I0e0412c7911a109d5351b73a4676c018ee461318 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2743669Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent d52cf01a
...@@ -97,7 +97,7 @@ buckets { ...@@ -97,7 +97,7 @@ buckets {
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12a7209\"},\"debug\":true,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}" properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12D4e\"},\"debug\":true,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}"
caches { caches {
name: "osx_sdk" name: "osx_sdk"
path: "osx_sdk" path: "osx_sdk"
...@@ -114,7 +114,7 @@ buckets { ...@@ -114,7 +114,7 @@ buckets {
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12a7209\"},\"debug\":false,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}" properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12D4e\"},\"debug\":false,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}"
caches { caches {
name: "osx_sdk" name: "osx_sdk"
path: "osx_sdk" path: "osx_sdk"
...@@ -415,7 +415,7 @@ buckets { ...@@ -415,7 +415,7 @@ buckets {
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12a7209\"},\"debug\":true,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}" properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12D4e\"},\"debug\":true,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}"
caches { caches {
name: "osx_sdk" name: "osx_sdk"
path: "osx_sdk" path: "osx_sdk"
...@@ -432,7 +432,7 @@ buckets { ...@@ -432,7 +432,7 @@ buckets {
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12a7209\"},\"debug\":false,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}" properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$depot_tools/osx_sdk\":{\"sdk_version\":\"12D4e\"},\"debug\":false,\"recipe\":\"angle\",\"target_cpu\":\"x64\"}"
caches { caches {
name: "osx_sdk" name: "osx_sdk"
path: "osx_sdk" path: "osx_sdk"
......
...@@ -142,7 +142,7 @@ def angle_standalone_builder(name, clang, debug, cpu, uwp = False, trace_tests = ...@@ -142,7 +142,7 @@ def angle_standalone_builder(name, clang, debug, cpu, uwp = False, trace_tests =
# Cache for mac_toolchain tool and XCode.app # Cache for mac_toolchain tool and XCode.app
caches += [swarming.cache(name = "osx_sdk", path = "osx_sdk")] caches += [swarming.cache(name = "osx_sdk", path = "osx_sdk")]
properties["$depot_tools/osx_sdk"] = { properties["$depot_tools/osx_sdk"] = {
"sdk_version": "12a7209" "sdk_version": "12D4e"
} }
if not clang: if not clang:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment