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

xuanwo pushed a commit to branch remove-hdfs-native-from-python
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 01c5db84d6807d395631835de2c68561eba5a1dd
Author: Xuanwo <[email protected]>
AuthorDate: Mon Nov 17 20:02:39 2025 +0800

    ci: Remove hdfs-native from arm platform
    
    Signed-off-by: Xuanwo <[email protected]>
---
 bindings/python/Cargo.toml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 0b7671b53..f585ab5fe 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -60,7 +60,6 @@ services-all = [
   'services-ftp',
   'services-gdrive',
   'services-gridfs',
-  'services-hdfs-native',
   'services-huggingface',
   'services-ipfs',
   'services-koofr',
@@ -184,6 +183,10 @@ abi3 = ["pyo3/abi3-py311"]
 [target.'cfg(not(windows))'.features]
 services-all = ["services-sftp"]
 
+# Conditionally include sftp only on non-windows targets
+[target.'cfg(not(target_arch = "arm"))'.features]
+services-all = ["services-hdfs-native"]
+
 [[bin]]
 doc = false
 name = "stub_gen"

Reply via email to