0

infra: Add specific commit that bazel_lsp works at

Newer commits may still work, but the patch would need to be updated.

R=hypan@google.com

Bug: None
Change-Id: I010ae018649de33770769d0ef275bf8c1a74c3be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6316934
Commit-Queue: Haiyang Pan <hypan@google.com>
Reviewed-by: Haiyang Pan <hypan@google.com>
Auto-Submit: Peter Wen <wnwen@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1427184}
This commit is contained in:
Peter Wen
2025-03-03 09:10:13 -08:00
committed by Chromium LUCI CQ
parent c440026588
commit a6a705ffa7

@ -11,6 +11,9 @@ export BAZEL_LSP=...
git clone https://github.com/cameron-martin/bazel-lsp.git $BAZEL_LSP
```
Note: These instructions are known to work on this commit in the bazel-lsp repo:
`98382215c44745485ed9ab7c1d13472a5acc0350`
The Chromium src path should be exported to the `CHROMIUM_SRC` environment
variable.