Skip to content

Commit

Permalink
Restrict openssl dependency to linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
tiram88 committed Sep 29, 2023
1 parent 49334be commit b23cfd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/wrpc/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ workflow-log.workspace = true
workflow-rpc.workspace = true
num_cpus.workspace = true

[target.x86_64-unknown-linux-gnu.dependencies]
# Adding explicitely the openssl dependency here is needed for a successful build with zigbuild
# as used in the release deployment in GitHub CI
# see: https://github.com/rust-cross/cargo-zigbuild/issues/127
Expand Down

0 comments on commit b23cfd3

Please sign in to comment.