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

xuanwo 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 48c48b1a1 ci: Remove hdfs-native from arm platform (#6792)
48c48b1a1 is described below

commit 48c48b1a1d3821af0864adc878e3864019ee9755
Author: Xuanwo <[email protected]>
AuthorDate: Mon Nov 17 20:05:35 2025 +0800

    ci: Remove hdfs-native from arm platform (#6792)
    
    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