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 546b947ec fix(scripts): drop unnecessary dependencies for
pack_tools.sh (#1901)
546b947ec is described below
commit 546b947ecafea13cbca1139c7b1877e845e8cfcb
Author: Dan Wang <[email protected]>
AuthorDate: Tue Feb 6 19:25:56 2024 +0800
fix(scripts): drop unnecessary dependencies for pack_tools.sh (#1901)
https://github.com/apache/incubator-pegasus/issues/1900
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_tools.sh.
---
scripts/pack_tools.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/scripts/pack_tools.sh b/scripts/pack_tools.sh
index ae7706867..ce386b3a4 100755
--- a/scripts/pack_tools.sh
+++ b/scripts/pack_tools.sh
@@ -140,11 +140,8 @@ pack_tools_lib() {
pack_system_lib "${pack}/lib" shell "$1"
}
-pack_tools_lib snappy
pack_tools_lib crypto
pack_tools_lib ssl
-pack_tools_lib zstd
-pack_tools_lib lz4
chmod -x ${pack}/lib/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]