Clone this repo:
  1. 0a3ac50 Roll recipe dependencies (trivial). by recipe-roller · 7 hours ago main
  2. c351d51 Roll recipe dependencies (trivial). by recipe-roller · 12 hours ago
  3. f37b988 Roll recipe dependencies (trivial). by recipe-roller · 15 hours ago
  4. 8000be2 Revert "Limit prompt eval parallel jobs" by Brian Sheedy · 16 hours ago
  5. e93ffc0b Move the guts of the chromium compilator recipe to a shared module by Ben Pastene · 19 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.