This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch rocksdb_test_planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/rocksdb_test_planner by this
push:
new aec258d3f Don't link with static rocksbd
aec258d3f is described below
commit aec258d3f0656f074ab188e30d20b7c82d658156
Author: Xuanwo <[email protected]>
AuthorDate: Wed Nov 22 13:43:53 2023 +0800
Don't link with static rocksbd
Signed-off-by: Xuanwo <[email protected]>
---
.github/actions/setup/action.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/actions/setup/action.yaml
b/.github/actions/setup/action.yaml
index 73612026b..07b85a60f 100644
--- a/.github/actions/setup/action.yaml
+++ b/.github/actions/setup/action.yaml
@@ -82,7 +82,6 @@ runs:
run: |
# Set rocksdb lib path
echo "ROCKSDB_LIB_DIR=/tmp/rocksdb/lib" >> $GITHUB_ENV
- echo "ROCKSDB_STATIC=true" >> $GITHUB_ENV
- name: Cache rocksdb
id: cache-rocksdb