This is an automated email from the ASF dual-hosted git repository.

manjusaka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f0d5f758a ci(bindings/python): Fix aws-lc-rs build on arm platforms 
(#5004)
2f0d5f758a is described below

commit 2f0d5f758adb1bcb4f5c7a0cd02ce73ad22bb562
Author: Xuanwo <[email protected]>
AuthorDate: Tue Aug 13 22:08:55 2024 +0800

    ci(bindings/python): Fix aws-lc-rs build on arm platforms (#5004)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 bindings/python/Cargo.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 2c608db1f7..5bf4dcc78a 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -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

Reply via email to