Skip to content

Commit

Permalink
chore(bindings): Disable mysql service for java and python (#5013)
Browse files Browse the repository at this point in the history
* chore(bindings): Disable mysql service for java and python

Signed-off-by: Xuanwo <[email protected]>

* Fix service

Signed-off-by: Xuanwo <[email protected]>

* Add comment

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Aug 15, 2024
1 parent 5b12ae5 commit 8eab190
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 284 deletions.
3 changes: 2 additions & 1 deletion bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ services-all = [
"services-persy",
"services-postgresql",
"services-koofr",
"services-mysql",
# Workaround for https://github.com/apache/opendal/issues/5000
# "services-mysql",
"services-redb",
"services-redis",
# FIXME: rocksdb will lead to "cannot allocate memory in static TLS block" while linking.
Expand Down
5 changes: 2 additions & 3 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ services-all = [
"services-onedrive",
"services-persy",
"services-postgresql",
"services-mysql",
# Workaround for https://github.com/apache/opendal/issues/5000
# "services-mysql",
"services-redb",
"services-redis",
# FIXME how to support rocksdb services in bindings?
Expand Down Expand Up @@ -154,8 +155,6 @@ 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
Expand Down
Loading

0 comments on commit 8eab190

Please sign in to comment.