This is an automated email from the ASF dual-hosted git repository.
wangdan 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 63c3e67f0 fix(scripts): drop unnecessary dependencies for
pack_server.sh (#1794)
63c3e67f0 is described below
commit 63c3e67f05b8db4a52589d1b1301cae27f22da61
Author: Dan Wang <[email protected]>
AuthorDate: Wed Dec 20 10:54:57 2023 +0800
fix(scripts): drop unnecessary dependencies for pack_server.sh (#1794)
https://github.com/apache/incubator-pegasus/issues/1792
Now that snappy/zstd/lz4 has not been the direct dependencies
of Pegasus(actually all of them is the dependency of rocksdb),
just remove them from pack_server.sh.
---
scripts/pack_server.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/scripts/pack_server.sh b/scripts/pack_server.sh
index d39f9ac0f..8dc4043c8 100755
--- a/scripts/pack_server.sh
+++ b/scripts/pack_server.sh
@@ -135,11 +135,8 @@ pack_server_lib() {
pack_system_lib "${pack}/bin" server "$1"
}
-pack_server_lib snappy
pack_server_lib crypto
pack_server_lib ssl
-pack_server_lib zstd
-pack_server_lib lz4
# Pack hadoop-related files.
# If you want to use hdfs service to backup/restore/bulkload pegasus tables,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]