commit | bd27d7d8969daf569a9381658361333f10056ab2 | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Tue Nov 30 20:59:44 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 30 20:59:44 2021 |
tree | c9e2f50ec424a8db91cde0deec8b38e694a5cc99 | |
parent | 5f432ed9ab30a889dcde47029cfa63d2ae8ac381 [diff] |
[build] Add NODEJS_VERSION, move base.yaml. NODEJS_VERSION indicates to the recipe it needs to install nodejs (to be able to build Milo frontend). Need to move base.yaml out of gae/* since otherwise the recipe discovers it, thinks it is a tarball definition, and builds an empty tarball out of it :-/ R=iannucci@chromium.org Change-Id: I21d20078a92a872222b7bef7514cbbebe5152200 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3309438 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.