Adding the fix for the osx_sdk caches.

Commenting out the call to the cache_micro_manager as there are still some typing errors happening under the covers. But this is lower priority than fixing the path issues.

Reland of this: https://flutter-review.googlesource.com/c/recipes/+/54122

Proof:
Devicelab test: https://ci.chromium.org/ui/p/flutter/builders/prod.shadow/Mac_ios%20animated_advanced_blend_perf_ios__timeline_summary/13/overview
Non devicelab test: https://ci.chromium.org/ui/p/flutter/builders/prod.shadow/Mac%20customer_testing/1/overview

Fixes: https://github.com/flutter/flutter/issues/141398
Change-Id: I41eb01e0bbe101d9ce7f0b0deadfa432c8126fd3
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54222
Reviewed-by: Keyong Han <keyonghan@google.com>
Commit-Queue: Ricardo Amador <ricardoamador@google.com>
28 files changed
tree: 6c07ef3c1f210103f4bfa5228406ef43226d06de
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Contributing

Please follow instructions on Contributing docs to set up your development environment.