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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f3201755 build(thirdparty): use v8.5.3-pegasus-encrypt branch of 
pegasus-kv/rocksdb (#1610)
9f3201755 is described below

commit 9f32017551a8dfc5d200def76200da23d9e00139
Author: Yingchun Lai <[email protected]>
AuthorDate: Mon Sep 18 19:21:51 2023 +0800

    build(thirdparty): use v8.5.3-pegasus-encrypt branch of pegasus-kv/rocksdb 
(#1610)
    
    https://github.com/apache/incubator-pegasus/issues/1575
    
    This patch changes Pegasus to use the `v8.5.3-pegasus-encrypt` branch of
    https://github.com/pegasus-kv/rocksdb.git repository.
    The `v8.5.3-pegasus-encrypt` branch is based on the official `v8.5.3` tag of
    facebook/rocksdb repository but adds the encryption feature which is 
implemented
    by the Pegasus team.
    
    There is nothing changed if not enable the encryption feature.
---
 thirdparty/CMakeLists.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
index 7f128c894..a3823e42b 100644
--- a/thirdparty/CMakeLists.txt
+++ b/thirdparty/CMakeLists.txt
@@ -360,9 +360,13 @@ ExternalProject_Add(jemalloc
 
 option(ROCKSDB_PORTABLE "Minimum CPU arch to support, or 0 = current CPU, 1 = 
baseline CPU" 0)
 
+# This is the commit "Update the status badge to pegasus-kv/rocksdb's own 
(#18) " on
+# branch v8.5.3-pegasus-encrypt of https://github.com/pegasus-kv/rocksdb.git.
+# The v8.5.3-pegasus-encrypt branch is based on the v8.5.3 tag of 
facebook/rocksdb and add
+# the encryption feature.
 ExternalProject_Add(rocksdb
-        URL https://github.com/facebook/rocksdb/archive/refs/tags/v8.5.3.tar.gz
-        URL_MD5 f03eac50ec958a21a7cb56183afb8fe4
+        URL 
https://github.com/pegasus-kv/rocksdb/archive/090c3d9fd1b99c633abc5ab4de2f75d4c6b6528d.zip
+        URL_MD5 1e556d77ae853b22f62dd2e82e915937
         DEPENDS jemalloc
         CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${TP_OUTPUT}
         -DFAIL_ON_WARNINGS=OFF


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

Reply via email to