Skip to content

Commit

Permalink
fixup! [operator] Always generate debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMountain committed Jan 16, 2025
1 parent 1ee417d commit e6d7476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ COPY --from=builder /tmp/debug/${TARGETOS}/${TARGETARCH}/ /usr/lib/debug/

# Ensure dlv finds the debug symbols. Due to CGO_ENABLED=0, we have no GNU build-id, so Delve's default search path
# is insufficient.
ADD dlv-config.yml /root/.config/dlv/config.yml
ADD images/operator/dlv-config.yml /root/.config/dlv/config.yml

0 comments on commit e6d7476

Please sign in to comment.