Skip to content

Commit

Permalink
Fix openssl for alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyon committed Aug 8, 2022
1 parent e0243b7 commit 16015a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- image: rust:1.62-alpine
environment:
CARGO_NET_GIT_FETCH_WITH_CLI: true
RUSTFLAGS: -Ctarget-feature=-crt-static
steps:
- checkout
- run: apk add --no-cache git musl-dev bash openssl-dev
Expand Down

0 comments on commit 16015a4

Please sign in to comment.