
This uses the fancy new x-repository support: https://github.com/luci/recipes-py/blob/master/doc/cross_repo.md I'm not at all certain that we're going to use Chromium's Infra for flutter, but I'm exploring and since this works I figure I should check it in. @abarth
13 lines
519 B
Markdown
13 lines
519 B
Markdown
Directory to support running Flutter builds/tests on Chromium Infra.
|
|
|
|
Following documentation at:
|
|
https://github.com/luci/recipes-py/blob/master/doc/cross_repo.md
|
|
|
|
recipes.cfg is a protobuf dump (no comment support) explaining
|
|
where to store build and recipe_engine dependencies needed for running
|
|
a recipe.
|
|
|
|
recipes.py is for bootstrapping and is taken from
|
|
https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipes.py
|
|
at 18df86c, modified to have correct hard-coded paths for flutter.
|