Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernaciak committed Sep 26, 2024
1 parent 716efcf commit ec7f046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ jobs:
before-script-linux: |
yum update
yum install -y openssl-devel
yum install -y compat-openssl10
docker-options: -e OPENSSL_DIR=/usr -e OPENSSL_LIB_DIR=/usr/lib64 -e OPENSSL_INCLUDE_DIR=/usr/lib64/openssl

- name: Integration test artifact
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ openssl = { version = "0.10.64", features = ["vendored"] }
openssl = { version = "0.10.64", features = ["vendored"] }
[target.'cfg(target_env = "musl")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
[target.'cfg(target_env = "x86_64")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
[package.metadata.cargo-llvm-cov]
# End OPEN_SSL

Expand Down

0 comments on commit ec7f046

Please sign in to comment.