Skip to content

Commit

Permalink
Merge pull request #19 from Multiverse-io/fix-alpine-openssl
Browse files Browse the repository at this point in the history
Fix openssl for alpine build
  • Loading branch information
danturn authored Aug 8, 2022
2 parents e0243b7 + 16015a4 commit ccecddc
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 ccecddc

Please sign in to comment.