Skip to content

Commit 48c48b1

Browse files
authored
ci: Remove hdfs-native from arm platform (#6792)
Signed-off-by: Xuanwo <[email protected]>
1 parent f9b6790 commit 48c48b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bindings/python/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ services-all = [
6060
'services-ftp',
6161
'services-gdrive',
6262
'services-gridfs',
63-
'services-hdfs-native',
6463
'services-huggingface',
6564
'services-ipfs',
6665
'services-koofr',
@@ -184,6 +183,10 @@ abi3 = ["pyo3/abi3-py311"]
184183
[target.'cfg(not(windows))'.features]
185184
services-all = ["services-sftp"]
186185

186+
# Conditionally include sftp only on non-windows targets
187+
[target.'cfg(not(target_arch = "arm"))'.features]
188+
services-all = ["services-hdfs-native"]
189+
187190
[[bin]]
188191
doc = false
189192
name = "stub_gen"

0 commit comments

Comments
 (0)