Clone this repo:
  1. e3fb889 Remove linux-dbg-compile by Brian Sheedy · 15 hours ago main
  2. caf5a4a Roll recipe dependencies (trivial). by recipe-roller · 16 hours ago
  3. 03612ab Migrate all the turboci recipe code to its own recipe module by Haiyang Pan · 18 hours ago
  4. 612931b Add mac-m4-pro-perf to recipes by John Chen · 24 hours ago
  5. dc9ff89 [Crossbench Android E2E] Add a new property to specify the test runner by Farid · 25 hours ago

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.