Commit 77600bcb by Jamie Madill Committed by Commit Bot

infra: Remove named vs_toolchain cache.

This is no longer needed now that ANGLE uses the pinned depot_tools. We should land this after the recipe updates to no longer use the cache. Patch series: 1. http://crrev.com/c/2819943 2. http://crrev.com/c/2819472 3. This CL Bug: angleproject:5842 Change-Id: I5d166c7cd66a9d7f077c09b4149de08b22724af8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2819945Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 33505f03
...@@ -136,9 +136,6 @@ def angle_standalone_builder(name, clang, debug, cpu, uwp = False, trace_tests = ...@@ -136,9 +136,6 @@ def angle_standalone_builder(name, clang, debug, cpu, uwp = False, trace_tests =
properties["$build/goma"] = goma_props properties["$build/goma"] = goma_props
caches = [] caches = []
if os.category == os_category.WINDOWS:
caches += [swarming.cache(name = "win_toolchain", path = "win_toolchain")]
if os.category == os_category.MAC: if os.category == os_category.MAC:
# 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")]
......
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