Clone this repo:
  1. 9373004 Change the initiator fire-and-forget pattern to wait for fan-ins. by Marc Jin · 9 hours ago main
  2. b06f558 Roll recipe dependencies (trivial). by recipe-roller · 12 hours ago
  3. 8a83b60 Fix missing stdout in clang crash processing by Yuke Liao · 14 hours ago
  4. 051d855 Roll recipe dependencies (trivial). by recipe-roller · 15 hours ago
  5. c221a36 Show the turboci checks at the end of the build. by Haiyang Pan · 17 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.