ui: ./dev ui watch
fails on missing protobuf files
#129374
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
P-2
Issues/test failures with a fix SLA of 3 months
T-observability
This appears to be related to the complex bazel rules that govern the
protos.d.ts
andprotos.js
files that we generate for the UI. These are copied correctly into working directories in bazel, but not into the sandboxes as expected.I've tried running a number of bazel rules manually to make these files appear but none of them seem to do the trick.
The issue seems to be that the
arrangeFilesForWatchers
function doesn't look for the files in the right place. The files in the bazel sandbox are under thecrdb-protobuf-client
subdirectory.However, there's still more to investigate here as the
ccl
directory doesn't contain the expected libs after the oss ones are built.Jira issue: CRDB-41509
Epic CRDB-42448
The text was updated successfully, but these errors were encountered: