Skip to content

Commit

Permalink
Add Rust flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Feb 2, 2024
1 parent 306832d commit 4366729
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This file is a running track of new features and fixes to each version of the pa

This project follows [Semantic Versioning](http://semver.org) guidelines.

## v2.3.1

### Changes

- Added a Rust flag that hopefully fixes the NativeTLS issue?

## v2.3.0

### Changes
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM backend-chef AS backend

ENV OPENSSL_DIR=/usr
ENV RUSTFLAGS='-C target-feature=-crt-static'

COPY --from=backend-planner /src/recipe.json recipe.json
RUN apk add --no-cache openssl-dev
Expand Down

0 comments on commit 4366729

Please sign in to comment.