build: debug information for bazel
-built binaries have truncated paths in cgo
packages
#137718
Labels
A-build-system
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-dev-inf
Setting a breakpoint in a
cgo
-enabled package works differently than one withoutcgo
. Withoutcgo
, the file paths are sensible (e.g.pkg/path/to/file.go
), but withcgo
, they are truncated (justfile.go
). This may be an issue with one of our patches torules_go
.Internal discussion
Epic: CRDB-17171
Jira issue: CRDB-45718
The text was updated successfully, but these errors were encountered: