commit | c959283408d630d70338fc076a0e7a0d6abbe0f2 | [log] [tgz] |
---|---|---|
author | tikuta <tikuta@chromium.org> | Tue Apr 05 02:18:54 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 05 02:18:54 2022 |
tree | f413085cd132a2865ab0d2cf55a2026431d34d8e | |
parent | 31af112755c96f1c62ee59db75972aa5187f525a [diff] |
cache: use clonefile instead of os.Link on macOS 12 or newer This is for https://crbug.com/1296318#c54 Bug: 1296318 Change-Id: I38012cc0fb3610514fe4fd961586ff834e5ac677 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3565303 Reviewed-by: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@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.