Skip to content

Commit

Permalink
Try vendored openssl
Browse files Browse the repository at this point in the history
Try vendored openssl
  • Loading branch information
Ifropc committed Oct 30, 2024
1 parent e81df41 commit 5dea8e2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
- run: rustup target add wasm32-unknown-unknown
- if: runner.os == 'Linux'
run: |
sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libudev-dev pkg-config libssl-dev:arm64
cfg_path=`pkg-config --variable pc_path pkg-config`
echo "PKG_CONFIG_PATH=${cfg_path}" >> $GITHUB_ENV
echo "PKG_CONFIG_SYSROOT_DIR=/home/runner/.local/sysroot" >> $GITHUB_ENV
sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libudev-dev
- if: runner.os == 'Linux'
run: |
pkg-config --variable pc_path pkg-config
Expand Down
11 changes: 11 additions & 0 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ http = "1.0.0"
jsonrpsee-http-client = "0.20.1"
jsonrpsee-core = "0.20.1"
tokio = "1.28.1"
openssl = { version = "0.10.55", features = ["vendored"] }

[profile.test-wasms]
inherits = "release"
Expand Down
1 change: 1 addition & 0 deletions cmd/soroban-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ termcolor_output = { workspace = true }
rand = "0.8.5"
wasmparser = { workspace = true }
sha2 = { workspace = true }
openssl = {workspace = true}
csv = "1.1.6"
ed25519-dalek = { workspace = true }
reqwest = { version = "0.12.7", default-features = false, features = [
Expand Down

0 comments on commit 5dea8e2

Please sign in to comment.