This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 5673b4b BIGTOP-3535: Add zstd compression headers to add native lib
support (#767)
5673b4b is described below
commit 5673b4b23a5d4645f4bb7a08ac8a59b1a0ccbebc
Author: Xiao Yu <[email protected]>
AuthorDate: Tue Apr 20 12:00:57 2021 +0000
BIGTOP-3535: Add zstd compression headers to add native lib support (#767)
---
bigtop_toolchain/manifests/packages.pp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bigtop_toolchain/manifests/packages.pp
b/bigtop_toolchain/manifests/packages.pp
index 29aaa4e..b515b6b 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -48,6 +48,7 @@ class bigtop_toolchain::packages {
"libyaml-devel",
"gmp-devel",
"snappy-devel",
+ "libzstd-devel",
"boost-devel",
"xfsprogs-devel",
"libuuid-devel",
@@ -104,6 +105,7 @@ class bigtop_toolchain::packages {
"xmlto",
"libmysqlclient-devel",
"snappy-devel",
+ "libzstd-devel",
"boost-devel",
"xfsprogs-devel",
"libuuid-devel",
@@ -144,6 +146,7 @@ class bigtop_toolchain::packages {
"fuse-libs",
"gmp-devel",
"snappy-devel",
+ "libzstd-devel",
"bzip2-devel",
"libffi-devel"
] }
@@ -191,6 +194,7 @@ class bigtop_toolchain::packages {
"libyaml-dev",
"libgmp3-dev",
"libsnappy-dev",
+ "libzstd-dev",
"libboost-regex-dev",
"xfslibs-dev",
"libbz2-dev",