This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch use-zigbuild-for-java
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/use-zigbuild-for-java by this
push:
new f1f66f948 Let's try
f1f66f948 is described below
commit f1f66f948344684b11553af41beb659e99449dec
Author: Xuanwo <[email protected]>
AuthorDate: Mon Nov 27 13:23:11 2023 +0800
Let's try
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/release_java.yml | 2 +-
bindings/java/Cargo.toml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release_java.yml
b/.github/workflows/release_java.yml
index 7ee920792..5c6729ab2 100644
--- a/.github/workflows/release_java.yml
+++ b/.github/workflows/release_java.yml
@@ -23,13 +23,13 @@ on:
# Staging JARs on Apache Nexus repository for RCs. Read more on
#
https://opendal.apache.org/docs/contributing/release#release-maven-artifacts
- 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
- workflow_dispatch:
pull_request:
branches:
- main
paths:
- ".github/workflows/release_java.yml"
- "bindings/java/tools/build.py"
+ workflow_dispatch:
jobs:
stage-snapshot:
diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml
index f783d88ef..e9d5ade68 100644
--- a/bindings/java/Cargo.toml
+++ b/bindings/java/Cargo.toml
@@ -74,7 +74,8 @@ services-all = [
"services-mysql",
"services-redb",
"services-redis",
- "services-rocksdb",
+ # FIXME: rocksdb will lead to "cannot allocate memory in static TLS block"
while linking.
+ # "services-rocksdb",
"services-sled",
"services-supabase",
"services-tikv",