这是indexloc提供的服务,不要输入任何密码
Clone this repo:
  1. cb545db Roll recipe dependencies (trivial). by recipe-roller · 29 minutes ago main
  2. 21f7bb6 Roll recipe dependencies (trivial). by recipe-roller · 7 hours ago
  3. adbe2cd Run `ask_gemini` tool in `perf_try_job` recipe and log its output. by Farid · 7 hours ago
  4. 231d5b2 Invoke src side decisiongraph script. by Prakhar · 8 hours ago
  5. 79cfbfe boringssl: Add recipe steps for Rust by Lily Chen · 16 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.