Skip to content

Commit

Permalink
Don't ignore build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 16, 2024
1 parent a98aa1e commit ae21e35
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 @@ -39,7 +39,7 @@ ADD . /neqo
RUN set -eux; \
cd /neqo; \
RUSTFLAGS="-g -C link-arg=-fuse-ld=lld" cargo build --release \
--bin neqo-client --bin neqo-server;
--bin neqo-client --bin neqo-server

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

Expand Down

0 comments on commit ae21e35

Please sign in to comment.