commit | 43c99d88a24870240c9ca50d67dcfade40b516cc | [log] [tgz] |
---|---|---|
author | Chenlin Fan <fancl@chromium.org> | Mon Jan 17 01:01:02 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 17 01:01:02 2022 |
tree | 8dede82a7116fc2e5faf35ba158da35084d3873c | |
parent | 185787a435e870cc1deb1876ffe38a8170b26ca4 [diff] |
Use resolved path when searching spec Resolve the symbol link of the script when searching the spec. Bug:1158462 Change-Id: I3c87a167db63d8e3c69279b3ef088139083accec Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3383511 Auto-Submit: Chenlin Fan <fancl@chromium.org> Reviewed-by: Brian Ryner <bryner@google.com> Commit-Queue: Chenlin Fan <fancl@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.