apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

fix(scripts): drop unnecessary dependencies for pack_tools.sh #1901

Closed empiredan closed 7 months ago

empiredan commented 7 months ago

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.

GehaFearless commented 7 months ago

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.