commit | 80309a7a87eb663f93093abaa49e7783643bfe8c | [log] [tgz] |
---|---|---|
author | Richard Wang <richardwa@google.com> | Mon Apr 25 16:13:04 2022 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 26 01:14:08 2022 +0000 |
tree | 44a5e1a66b06fcbcd4d1e09509ea53ea2a73f2c1 | |
parent | d0f8bc99e0584cd33ea8030441d58ee875af7842 [diff] |
Update recipes to M1 processor compatible version Point to https://chromium-review.googlesource.com/c/infra/luci/recipes-py/+/3435205, which adds support. Note this runs protoc via amd64 as there is no mac-arm64 package yet, hence will rely on Rosetta Bug: chromium:1318737 Change-Id: I7a92b92ffce416c63e454fda2b4d22295534ae88 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/13780 Reviewed-by: Takuto Ikuta <tikuta@google.com> Reviewed-by: Brett Wilson <brettw@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index df78f4f..39bf9ac 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg
@@ -3,7 +3,7 @@ "deps": { "recipe_engine": { "branch": "refs/heads/main", - "revision": "1b1ecd03e0b00399784c43add1465f685b6d1ab9", + "revision": "e662254992ccd69a1089660b5de6048fe1811550", "url": "https://chromium.googlesource.com/infra/luci/recipes-py" } },