Skip to content

Commit

Permalink
feat: bundle openssl dependency (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jul 7, 2021
2 parents cdf24c9 + b377c8a commit 7fd5c28
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
sudo apt-get update && \
sudo apt-get -y install \
openssl \
libssl-dev \
pkg-config \
git \
Expand Down
62 changes: 44 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions comms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ lmdb-zero = "0.4.4"
log = { version = "0.4.0", features = ["std"] }
multiaddr = {version = "=0.11.0", package = "parity-multiaddr"}
nom = {version = "5.1.0", features=["std"], default-features=false}
openssl = { version = "0.10", features = ["vendored"] }
pin-project = "0.4.17"
prost = "=0.6.1"
rand = "0.8"
Expand Down

0 comments on commit 7fd5c28

Please sign in to comment.