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/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new f84715681 ci(services/rocksdb): Make sure rocksdb lib is loaded (#2902)
f84715681 is described below

commit f8471568104eabe5d65a648684c5a4286a67481d
Author: Xuanwo <[email protected]>
AuthorDate: Tue Aug 22 12:12:43 2023 +0800

    ci(services/rocksdb): Make sure rocksdb lib is loaded (#2902)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_rocksdb.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/service_test_rocksdb.yml 
b/.github/workflows/service_test_rocksdb.yml
index d07443675..28e7083f5 100644
--- a/.github/workflows/service_test_rocksdb.yml
+++ b/.github/workflows/service_test_rocksdb.yml
@@ -52,6 +52,7 @@ jobs:
         working-directory: core
         run: cargo test rocksdb --features services-rocksdb -j=1
         env:
+          LD_LIBRARY_PATH: /tmp/rocksdb/lib:${{ env.LD_LIBRARY_PATH }}
           OPENDAL_ROCKSDB_TEST: on
           OPENDAL_ROCKSDB_ROOT: /
           OPENDAL_ROCKSDB_DATADIR: /tmp/opendal/rocksdb/

Reply via email to