This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch dockerfile_rdb_native
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit c7295a3f8ce534639c8276c1dfd7ddf48cf25a77
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Sep 14 10:28:41 2023 +0800

    fix(docker): fix build failure of ROCKSDB_PORTABLE=0
---
 docker/thirdparties-bin/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/thirdparties-bin/Dockerfile 
b/docker/thirdparties-bin/Dockerfile
index 27a0d5146..36f75fe9c 100644
--- a/docker/thirdparties-bin/Dockerfile
+++ b/docker/thirdparties-bin/Dockerfile
@@ -26,7 +26,7 @@ COPY --from=builder /root/thirdparties-src.zip 
/root/thirdparties-src.zip
 
 ARG GITHUB_BRANCH=master
 ARG GITHUB_REPOSITORY_URL=https://github.com/apache/incubator-pegasus.git
-ARG ROCKSDB_PORTABLE=0
+ARG ROCKSDB_PORTABLE=native
 ARG USE_JEMALLOC=OFF
 ARG HADOOP_BIN_PATH
 ARG ZOOKEEPER_BIN_PATH


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to