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 a1b810910 chore: Disable openssh build to allow python release (#6412)
a1b810910 is described below
commit a1b810910c6d288be8bd698521f843c622673c16
Author: Xuanwo <[email protected]>
AuthorDate: Mon Jul 14 18:15:58 2025 +0800
chore: Disable openssh build to allow python release (#6412)
Signed-off-by: Xuanwo <[email protected]>
---
bindings/python/Cargo.toml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 385e6125e..a64b61255 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -175,7 +175,9 @@ features = [
"blocking",
"layers-mime-guess",
# Depend on "openssh" which depends on "tokio-pipe" that is unavailable on
Windows.
- "services-sftp",
+ #
+ # FIXME: waiting for https://github.com/NobodyXu/concurrent_arena/issues/25
+ # "services-sftp",
]
path = "../../core"
version = ">=0"