Skip to content

Commit

Permalink
ci(bindings/python): Fix aws-lc-rs build on arm platforms (#5004)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Aug 13, 2024
1 parent 890dd28 commit 2f0d5f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ crate-type = ["cdylib"]
doc = false

[dependencies]
# Workaround for https://github.com/apache/opendal/issues/5000
aws-lc-rs = { version = "1", features = ["bindgen"] }
bytes = "1.5.0"
futures = "0.3.28"
# this crate won't be published, we always use the local version
Expand Down

0 comments on commit 2f0d5f7

Please sign in to comment.