Add Metal toolchain support for Xcode 26+

Test: https://ci.chromium.org/ui/p/flutter/builders/staging.shadow/Mac_ios%20channels_integration_test_ios/14/overview

http://ci.chromium.org/ui/p/flutter/builders/try.shadow/Mac%20Engine%20Drone/49021/overview

Fixed: 170301
Change-Id: Ic65abffa8b0425c44482bb3c8587d6925c6c8ae8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/69821
Reviewed-by: Victoria Ashworth <vashworth@google.com>
Commit-Queue: Victoria Ashworth <vashworth@google.com>
23 files changed
tree: 214c10559bc37b6cf82f4d1e4b99b05660fe87b1
  1. .vscode/
  2. infra/
  3. recipe_modules/
  4. recipes/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. OWNERS
  11. README.md
  12. 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.