Clone this repo:
  1. 220aa25 Roll recipe dependencies (trivial). by recipe-roller · 9 hours ago main
  2. 193bc99 Add support for mac in autotest_runner recipe by davidhinojosa · 19 hours ago
  3. 68404ff Remove unstable prompt eval tests by Brian Sheedy · 20 hours ago
  4. 90d1d1a Remove legacy compile-only Android builders by Brian Sheedy · 20 hours ago
  5. 71b0b60 Roll recipe dependencies (trivial). by recipe-roller · 20 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.