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


The following commit(s) were added to refs/heads/dockerfile_rdb_native by this 
push:
     new a7be5a7b6 thirdparties-src
a7be5a7b6 is described below

commit a7be5a7b6cf45e7dd84c6f6e20b8ea68cb0d5882
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Sep 14 11:05:25 2023 +0800

    thirdparties-src
---
 docker/thirdparties-src/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/thirdparties-src/Dockerfile 
b/docker/thirdparties-src/Dockerfile
index 48070659e..a11538e2e 100644
--- a/docker/thirdparties-src/Dockerfile
+++ b/docker/thirdparties-src/Dockerfile
@@ -23,9 +23,10 @@ ARG GITHUB_BRANCH=master
 ARG GITHUB_REPOSITORY_URL=https://github.com/apache/incubator-pegasus.git
 RUN git clone --depth=1 --branch=${GITHUB_BRANCH} ${GITHUB_REPOSITORY_URL}
 
+ARG ROCKSDB_PORTABLE=native
 RUN cd incubator-pegasus/thirdparty \
     && mkdir -p build \
-    && cmake -DCMAKE_BUILD_TYPE=Release -B build/ . \
+    && cmake -DCMAKE_BUILD_TYPE=Release -DROCKSDB_PORTABLE=${ROCKSDB_PORTABLE} 
-B build/ . \
     && cmake --build build/ -j $(($(nproc)/2+1))
 
 RUN cd incubator-pegasus/thirdparty \


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

Reply via email to