Skip to content

Commit

Permalink
fix: Build QNS docker image with debug symbols (#2181)
Browse files Browse the repository at this point in the history
So panic stack traces are useful.
  • Loading branch information
larseggert authored Oct 16, 2024
1 parent 9b5ec71 commit ce1e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
ADD . /neqo
RUN set -eux; \
cd /neqo; \
cargo build --release --bin neqo-client --bin neqo-server
CARGO_PROFILE_RELEASE_DEBUG=true cargo build --release --bin neqo-client --bin neqo-server

# Copy only binaries to the final image to keep it small.

Expand Down

0 comments on commit ce1e79f

Please sign in to comment.