Roll recipe_engine to latest version. The recipe engine version the GN builders are using dates from 2019 and no longer works. This rolls the config to the latest version. Change-Id: Ia62b5c9c22fa7837545903e3cc6bf232c815800b Reviewed-on: https://gn-review.googlesource.com/c/gn/+/10960 Reviewed-by: Scott Graham <scottmg@chromium.org> Reviewed-by: Petr Hosek <phosek@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 6b7363b..77f7e99 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg
@@ -3,7 +3,7 @@ "deps": { "recipe_engine": { "branch": "master", - "revision": "0589a429cf3c164004dae4ced4c75784a50afd81", + "revision": "d31ba13ede8c21e60116ae61e4490d53ba77fcbd", "url": "https://chromium.googlesource.com/infra/luci/recipes-py" } },