提交 8ca7d806 编写于 作者: B Bradford D. Boyle

CI: Include quicklz in the Enterprise GPDB tarball

Co-authored-by: NBradford D. Boyle <bboyle@pivotal.io>
Co-authored-by: NBen Christel <bchristel@pivotal.io>
上级 0a8afa67
...@@ -116,6 +116,14 @@ function include_zstd() { ...@@ -116,6 +116,14 @@ function include_zstd() {
popd popd
} }
function include_quicklz() {
pushd ${GREENPLUM_INSTALL_DIR}
if [ "${TARGET_OS}" == "centos" ] ; then
cp /usr/lib64/libquicklz.so* lib/.
fi
popd
}
function export_gpdb() { function export_gpdb() {
TARBALL="${GPDB_ARTIFACTS_DIR}/${GPDB_BIN_FILENAME}" TARBALL="${GPDB_ARTIFACTS_DIR}/${GPDB_BIN_FILENAME}"
pushd ${GREENPLUM_INSTALL_DIR} pushd ${GREENPLUM_INSTALL_DIR}
...@@ -203,6 +211,7 @@ function _main() { ...@@ -203,6 +211,7 @@ function _main() {
unittest_check_gpdb unittest_check_gpdb
fi fi
include_zstd include_zstd
include_quicklz
export_gpdb export_gpdb
export_gpdb_extensions export_gpdb_extensions
export_gpdb_win32_ccl export_gpdb_win32_ccl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册