Skip to content

Commit

Permalink
build: enable services-mysql for Java and Python bindings (#5222)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Oct 22, 2024
1 parent a124579 commit df471e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ services-all = [
"services-persy",
"services-postgresql",
"services-koofr",
# Workaround for https://github.com/apache/opendal/issues/5000
# "services-mysql",
"services-mysql",
"services-redb",
"services-redis",
# FIXME: rocksdb will lead to "cannot allocate memory in static TLS block" while linking.
Expand Down
3 changes: 1 addition & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ services-all = [
"services-onedrive",
"services-persy",
"services-postgresql",
# Workaround for https://github.com/apache/opendal/issues/5000
# "services-mysql",
"services-mysql",
"services-redb",
"services-redis",
# FIXME how to support rocksdb services in bindings?
Expand Down

0 comments on commit df471e5

Please sign in to comment.