From 2f0d5f758adb1bcb4f5c7a0cd02ce73ad22bb562 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 13 Aug 2024 22:08:55 +0800 Subject: [PATCH] ci(bindings/python): Fix aws-lc-rs build on arm platforms (#5004) Signed-off-by: Xuanwo --- bindings/python/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 2c608db1f723..5bf4dcc78a68 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