Skip to content

Commit 37a8d22

Browse files
authored
Don't strip binaries (#3866)
## Motivation We need the debug symbols in general, but we'll also require this once I add Pyroscope back ## Proposal Stop stripping binaries, so that we have debug symbols in production ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent 36601df commit 37a8d22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ RUN mv \
7777
target/"$target"/"$build_folder"/linera-server \
7878
./
7979

80-
RUN strip linera linera-proxy linera-server
81-
8280
# Optionally copy binaries instead of using the build images above
8381
FROM scratch AS builder_copy
8482
ARG binaries

0 commit comments

Comments
 (0)