commit | 7bd2a5ab6ab1bac1feecc77fd9234bccc4c53161 | [log] [tgz] |
---|---|---|
author | Joanna Wang <jojwang@google.com> | Tue Apr 27 01:37:05 2021 |
committer | Joanna Wang <jojwang@google.com> | Wed Apr 28 18:36:34 2021 |
tree | a10cc2c688d246f0a226be26021af0899cf7bfe1 | |
parent | 51282a0966f6e9cd3ffc8344ee8d4c5b6597d3a8 [diff] |
[swarming]reproduce: Adjustments
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.